Skip to content

chore: release 3.4.0 #376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.4.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.1...v3.4.0) (2021-06-03)


### Features

* add etag ([262e1ef](https://www.github.com/netlify/netlify-plugin-nextjs/commit/262e1ef9d10b3bd2f9dfb2649028eba76f700fdf))
* add etag to image function ([262e1ef](https://www.github.com/netlify/netlify-plugin-nextjs/commit/262e1ef9d10b3bd2f9dfb2649028eba76f700fdf))
* 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))


### Bug Fixes

* changes from review ([09642bd](https://www.github.com/netlify/netlify-plugin-nextjs/commit/09642bdf9806588ddb58a7871eab1184818860cf))
* **deps:** update dependency execa to v5.0.1 ([28df64f](https://www.github.com/netlify/netlify-plugin-nextjs/commit/28df64f0f951ea6433f268afb8a3a438ba47cbf7))
* **deps:** update dependency sharp to v0.28.3 ([a3d4b20](https://www.github.com/netlify/netlify-plugin-nextjs/commit/a3d4b20ceaf988eb341045674b4a7489b64a6c26))
* extract target checks ([a1ab7bf](https://www.github.com/netlify/netlify-plugin-nextjs/commit/a1ab7bf2c6ba172bdcae6ae3052abb2ba1528193))
* fix tests ([630cb1a](https://www.github.com/netlify/netlify-plugin-nextjs/commit/630cb1a52982c1bb40de3e92e5b09b4af9097d36))
* **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))

### [3.3.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.0...v3.3.1) (2021-05-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-nextjs",
"version": "3.3.1",
"version": "3.4.0",
"description": "Run Next.js seamlessly on Netlify",
"main": "index.js",
"bin": {
Expand Down