Skip to content

Commit 8759ae7

Browse files
chore: release 3.3.0 (#309)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent dae593b commit 8759ae7

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.3.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.2.2...v3.3.0) (2021-05-14)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* dynamic imports with webpack 5 ([ce4308a](https://www.github.com/netlify/netlify-plugin-nextjs/commit/ce4308a54bd911e7c90e86ea7f297c08fe5f5ae1))
15+
* 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))
16+
* preserve function directory structure ([4847929](https://www.github.com/netlify/netlify-plugin-nextjs/commit/48479295dcafdc5d1dad0f22faeb01ea8b919dc8))
17+
318
### [3.2.2](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.2.1...v3.2.2) (2021-05-03)
419

520

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.2.2",
3+
"version": "3.3.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)