Skip to content

Commit 35320b4

Browse files
token-generator-app[bot]ascorbickodiakhq[bot]
authored
chore: release 4.0.0-rc.1 (#920)
* chore: release 4.0.0-rc.1 * Update CHANGELOG.md Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 53a635c commit 35320b4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [4.0.0-rc.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2021-12-07)
4+
5+
6+
### Features
7+
8+
* enable TTL for all sites ([#916](https://www.github.com/netlify/netlify-plugin-nextjs/issues/916)) ([152cf03](https://www.github.com/netlify/netlify-plugin-nextjs/commit/152cf03b29fe794322f52e0cb4afba79c0b70da5))
9+
10+
11+
### Bug Fixes
12+
13+
* bypass preview for static files ([#918](https://www.github.com/netlify/netlify-plugin-nextjs/issues/918)) ([ecb3cc8](https://www.github.com/netlify/netlify-plugin-nextjs/commit/ecb3cc8491a6f24f75d8072f0a5e4a49b466146a))
14+
* work around a bug that caused a full response to be sent for images, even if the etag matched
15+
* **deps:** update dependency @netlify/ipx to ^0.0.8 ([#902](https://www.github.com/netlify/netlify-plugin-nextjs/issues/902)) ([25f375f](https://www.github.com/netlify/netlify-plugin-nextjs/commit/25f375fdff074e6aabd6a6d5b66433891f8af9dc))
16+
317
## [4.0.0-rc.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v4.0.0-beta.13...v4.0.0-rc.0) (2021-12-06)
418

519

package-lock.json

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

0 commit comments

Comments
 (0)