Skip to content

Commit 178d541

Browse files
chore: release 3.2.0
1 parent 9a496f8 commit 178d541

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Diff for: CHANGELOG.md

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

3+
## [3.2.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.1.0...v3.2.0) (2021-04-29)
4+
5+
6+
### Features
7+
8+
* cache .next/cache between builds ([#185](https://www.github.com/netlify/netlify-plugin-nextjs/issues/185)) ([1c686e2](https://www.github.com/netlify/netlify-plugin-nextjs/commit/1c686e2b0183bec758e6fb149010dbd80c6780f3))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency chalk to v4.1.1 ([eda3d1f](https://www.github.com/netlify/netlify-plugin-nextjs/commit/eda3d1f3f07ab17d2b6be7b0b19eec0e48da0ac5))
14+
* **deps:** update dependency moize to v6.0.2 ([24702ab](https://www.github.com/netlify/netlify-plugin-nextjs/commit/24702abc586ca2b013e10243dff80c2e1b2febf0))
15+
316
## [3.1.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.0.3...v3.1.0) (2021-04-11)
417

518

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)