Skip to content

Commit bae8a94

Browse files
chore(main): release 5.5.0 (#2529)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent b1a8620 commit bae8a94

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.4.0"
2+
".": "5.5.0"
33
}

CHANGELOG.md

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

3+
## [5.5.0](https://github.com/netlify/next-runtime/compare/v5.4.0...v5.5.0) (2024-07-04)
4+
5+
6+
### Features
7+
8+
* check for netlify forms workaround ([#2523](https://github.com/netlify/next-runtime/issues/2523)) ([b1a8620](https://github.com/netlify/next-runtime/commit/b1a8620b20e9a407f1c5234b81a15311fbd13b21))
9+
* use Netlify Durable Cache ([#2510](https://github.com/netlify/next-runtime/issues/2510)) ([233fc2f](https://github.com/netlify/next-runtime/commit/233fc2f0526467264995e586ab4c2ec1facdd5df))
10+
311
## [5.4.0](https://github.com/netlify/next-runtime/compare/v5.3.3...v5.4.0) (2024-06-28)
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": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)