Skip to content

Commit 7a9a40f

Browse files
chore: release 3.2.1 (#259)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent c5d88a4 commit 7a9a40f

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.2.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.2.0...v3.2.1) (2021-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency moize to v6.0.3 ([bef04fd](https://www.github.com/netlify/netlify-plugin-nextjs/commit/bef04fd47d34385eb3d771ba020821a010a89ab3))
9+
* nextConfig was memoized too early ([#264](https://www.github.com/netlify/netlify-plugin-nextjs/issues/264)) ([c5d88a4](https://www.github.com/netlify/netlify-plugin-nextjs/commit/c5d88a46aced7be580d3aa8b86dd9fdbbb384373))
10+
311
## [3.2.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.1.0...v3.2.0) (2021-04-29)
412

513

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

0 commit comments

Comments
 (0)