8000 chore: release 4.0.0 · opennextjs/opennextjs-netlify@90f7c7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 90f7c7c

Browse files
chore: release 4.0.0
1 parent b6bc749 commit 90f7c7c

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [4.0.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.7.1...v4.0.0) (2021-08-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* switch function bundling to esbuild (#490)
9+
10+
### Features
11+
12+
* add NEXT_PLUGIN_FORCE_RUN to skip auto-detection ([#547](https://www.github.com/netlify/netlify-plugin-nextjs/issues/547)) ([e3e7cd1](https://www.github.com/netlify/netlify-plugin-nextjs/commit/e3e7cd1c863d48eeea77e5c4197b80db8392243d))
13+
* switch function bundling to esbuild ([#490](https://www.github.com/netlify/netlify-plugin-nextjs/issues/490)) ([4aff708](https://www.github.com/netlify/netlify-plugin-nextjs/commit/4aff70829952ce72aa6382c247dc9c78f4d1b17d))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency chalk to v4.1.2 ([#572](https://www.github.com/netlify/netlify-plugin-nextjs/issues/572)) ([fc943bb](https://www.github.com/netlify/netlify-plugin-nextjs/commit/fc943bb943375b6621f9c28c2279d39677daf4cc))
19+
* **deps:** update dependency mime-types to v2.1.32 ([#573](https://www.github.com/netlify/netlify-plugin-nextjs/issues/573)) ([b6bc749](https://www.github.com/netlify/netlify-plugin-nextjs/commit/b6bc749ad6949c402f8cd278660b3acb925fc131))
20+
* exit on unhandled promsie rejection ([#566](https://www.github.com/netlify/netlify-plugin-nextjs/issues/566)) ([b78c8c5](https://www.github.com/netlify/netlify-plugin-nextjs/commit/b78c8c5ea040b0653529b6a923acfe08edc77fdc))
21+
* handle monorepo caching ([#538](https://www.github.com/netlify/netlify-plugin-nextjs/issues/538)) ([9477e0e](https://www.github.com/netlify/netlify-plugin-nextjs/commit/9477e0ed70db533ae7d8e6f33c9069c48aa6a9b3))
22+
* handle workspace commands ([4de9f1e](https://www.github.com/netlify/netlify-plugin-nextjs/commit/4de9f1eaba72fa2d3d2d41d375f0c2f894bc2482))
23+
324
### [3.7.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.7.0...v3.7.1) (2021-07-15)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)
0