diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3971ae07..ee6ca21be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.3.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.2.2...v3.3.0) (2021-05-14) + + +### Features + +* next/image improvements (sharp + on demand builders) ([#295](https://www.github.com/netlify/netlify-plugin-nextjs/issues/295)) ([088f267](https://www.github.com/netlify/netlify-plugin-nextjs/commit/088f267120ec1caa04da23491d7b3c3612878a04)) + + +### Bug Fixes + +* **deps:** move execa to prod ([#283](https://www.github.com/netlify/netlify-plugin-nextjs/issues/283)) ([7e02782](https://www.github.com/netlify/netlify-plugin-nextjs/commit/7e02782bf3bd6d0a38267a1dde73737ddbc7c346)) +* dynamic imports with webpack 5 ([ce4308a](https://www.github.com/netlify/netlify-plugin-nextjs/commit/ce4308a54bd911e7c90e86ea7f297c08fe5f5ae1)) +* dynamic imports with webpack 5 ([#294](https://www.github.com/netlify/netlify-plugin-nextjs/issues/294)) ([ec62ee3](https://www.github.com/netlify/netlify-plugin-nextjs/commit/ec62ee392be436798b1fd3da68b52f7887be111c)) +* preserve function directory structure ([4847929](https://www.github.com/netlify/netlify-plugin-nextjs/commit/48479295dcafdc5d1dad0f22faeb01ea8b919dc8)) + ### [3.2.2](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.2.1...v3.2.2) (2021-05-03) diff --git a/package-lock.json b/package-lock.json index f374085c5e..7d47bb5e01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.2.2", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "3.2.2", + "version": "3.3.0", "license": "MIT", "dependencies": { "@netlify/functions": "^0.6.0", diff --git a/package.json b/package.json index 7cc182eff5..3129ed483b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.2.2", + "version": "3.3.0", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [