Skip to content

Commit 85c83b0

Browse files
chore: release 3.9.0
1 parent 92e0990 commit 85c83b0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.9.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.8.0...v3.9.0) (2021-08-17)
4+
5+
6+
### Features
7+
8+
* try to generate stable build ids ([#606](https://www.github.com/netlify/netlify-plugin-nextjs/issues/606)) ([92e0990](https://www.github.com/netlify/netlify-plugin-nextjs/commit/92e099015ce4d95c2817d95d35d0b828ee463be4))
9+
* use internal functions dir ([#549](https://www.github.com/netlify/netlify-plugin-nextjs/issues/549)) ([1d2861b](https://www.github.com/netlify/netlify-plugin-nextjs/commit/1d2861b68f3aca098531ad68d6284393221d97ad))
10+
311
## [3.8.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.7.1...v3.8.0) (2021-08-02)
412

513
### Features

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.8.0",
3+
"version": "3.9.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)