Skip to content

Commit 1e004fc

Browse files
chore: release 3.5.0
1 parent 0389a48 commit 1e004fc

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.5.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.4.2...v3.5.0) (2021-06-16)
4+
5+
6+
### Features
7+
8+
* add demo site ([7b6e628](https://www.github.com/netlify/netlify-plugin-nextjs/commit/7b6e6283f1170478c6dec21748b9e9bb48f48518))
9+
10+
11+
### Bug Fixes
12+
13+
* changes from review ([625a2c0](https://www.github.com/netlify/netlify-plugin-nextjs/commit/625a2c000ef1cc548b4851446957e7ed92c198cf))
14+
* changes from review ([0456d6c](https://www.github.com/netlify/netlify-plugin-nextjs/commit/0456d6c90524e01d3abfd9b80f955d2c25bd401a))
15+
* create temporary config file ([af78226](https://www.github.com/netlify/netlify-plugin-nextjs/commit/af782268803ff5e07641171c4b6c4056d2dbe7fb))
16+
* **deps:** update dependency execa to v5.1.1 ([b5a2f27](https://www.github.com/netlify/netlify-plugin-nextjs/commit/b5a2f270998fe074bddfc55ee7c7f68947a1ec24))
17+
* **deps:** update dependency mime-types to v2.1.31 ([0c77233](https://www.github.com/netlify/netlify-plugin-nextjs/commit/0c772331b09c341eb6b6422aa648fab1a23e11e1))
18+
* extract target checks ([d9451e8](https://www.github.com/netlify/netlify-plugin-nextjs/commit/d9451e841174267237ef7b0645fea26dda0070d8))
19+
* fix tests ([edcc653](https://www.github.com/netlify/netlify-plugin-nextjs/commit/edcc653659a8e64c414753012c3cf936793fa36a))
20+
* force serverless target ([5876ab5](https://www.github.com/netlify/netlify-plugin-nextjs/commit/5876ab5f4ba6a9d4ffbf02d5c312dce79ae481b6))
21+
322
### [3.4.2](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.4.1...v3.4.2) (2021-06-04)
423

524

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

0 commit comments

Comments
 (0)