Skip to content

Commit

Permalink
chore(main): release 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Jun 26, 2024
1 parent 5a0fec5 commit 72398f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.3.3"
".": "5.3.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.3.4](https://github.com/netlify/next-runtime/compare/v5.3.3...v5.3.4) (2024-06-26)


### Bug Fixes

* set netlify-cache-tag for not prerendered content ([#2495](https://github.com/netlify/next-runtime/issues/2495)) ([8fe6676](https://github.com/netlify/next-runtime/commit/8fe6676905829de292ed9082348b7220f9fc5259))
* track revalidate / cdn purge to ensure it finishes execution and is not suspended mid-execution ([#2490](https://github.com/netlify/next-runtime/issues/2490)) ([5a0fec5](https://github.com/netlify/next-runtime/commit/5a0fec519ac4023c047fcbe03f61ed3a8a82be54))

## [5.3.3](https://github.com/netlify/next-runtime/compare/v5.3.2...v5.3.3) (2024-06-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-nextjs",
"version": "5.3.3",
"version": "5.3.4",
"description": "Run Next.js seamlessly on Netlify",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 72398f2

Please sign in to comment.