Skip to content

Commit dd15c66

Browse files
chore: release 3.4.0 (#376)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 8a07038 commit dd15c66

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.4.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.1...v3.4.0) (2021-06-03)
4+
5+
6+
### Features
7+
8+
* add etag ([262e1ef](https://www.github.com/netlify/netlify-plugin-nextjs/commit/262e1ef9d10b3bd2f9dfb2649028eba76f700fdf))
9+
* add etag to image function ([262e1ef](https://www.github.com/netlify/netlify-plugin-nextjs/commit/262e1ef9d10b3bd2f9dfb2649028eba76f700fdf))
10+
* support for basePath ([#374](https://www.github.com/netlify/netlify-plugin-nextjs/issues/374)) ([8a07038](https://www.github.com/netlify/netlify-plugin-nextjs/commit/8a0703861bf610183a11ad8c341d8bc82e5cfee7))
11+
12+
13+
### Bug Fixes
14+
15+
* changes from review ([09642bd](https://www.github.com/netlify/netlify-plugin-nextjs/commit/09642bdf9806588ddb58a7871eab1184818860cf))
16+
* **deps:** update dependency execa to v5.0.1 ([28df64f](https://www.github.com/netlify/netlify-plugin-nextjs/commit/28df64f0f951ea6433f268afb8a3a438ba47cbf7))
17+
* **deps:** update dependency sharp to v0.28.3 ([a3d4b20](https://www.github.com/netlify/netlify-plugin-nextjs/commit/a3d4b20ceaf988eb341045674b4a7489b64a6c26))
18+
* extract target checks ([a1ab7bf](https://www.github.com/netlify/netlify-plugin-nextjs/commit/a1ab7bf2c6ba172bdcae6ae3052abb2ba1528193))
19+
* fix tests ([630cb1a](https://www.github.com/netlify/netlify-plugin-nextjs/commit/630cb1a52982c1bb40de3e92e5b09b4af9097d36))
20+
* **watch:** add missing bin property ([#355](https://www.github.com/netlify/netlify-plugin-nextjs/issues/355)) ([5a70c61](https://www.github.com/netlify/netlify-plugin-nextjs/commit/5a70c6151382cde1c80c15d528326c86a719f6f9))
21+
322
### [3.3.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.0...v3.3.1) (2021-05-25)
423

524

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)