Skip to content

Commit f4bbfc7

Browse files
chore: release 3.2.0 (#230)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 024636c commit f4bbfc7

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
* add eslint ([#249](https://www.github.com/netlify/netlify-plugin-nextjs/issues/249)) ([70ee184](https://www.github.com/netlify/netlify-plugin-nextjs/commit/70ee18449286b7fb07d9f07753103a88a18a4ece))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency chalk to v4.1.1 ([eda3d1f](https://www.github.com/netlify/netlify-plugin-nextjs/commit/eda3d1f3f07ab17d2b6be7b0b19eec0e48da0ac5))
15+
* **deps:** update dependency moize to v6.0.2 ([24702ab](https://www.github.com/netlify/netlify-plugin-nextjs/commit/24702abc586ca2b013e10243dff80c2e1b2febf0))
16+
317
## [3.1.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.0.3...v3.1.0) (2021-04-11)
418

519

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.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)