Skip to content

Commit

Permalink
chore: release main (#1991)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Mar 27, 2023
1 parent 6d18b26 commit b489908
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/runtime": "4.32.2",
"packages/runtime": "4.33.0",
"packages/next": "1.4.4"
}
17 changes: 17 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.33.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.32.2...plugin-nextjs-v4.33.0) (2023-03-27)


### Features

* add generator meta data for framework generated Netlify Functions ([#1999](https://github.com/netlify/next-runtime/issues/1999)) ([e5ddcd2](https://github.com/netlify/next-runtime/commit/e5ddcd24f0662af2e36ba237a61a1d05b8f58df4))
* refresh hooks api implementation ([#1950](https://github.com/netlify/next-runtime/issues/1950)) ([fb93b54](https://github.com/netlify/next-runtime/commit/fb93b5469c570616134d53c10fbed1f7ef78e334))


### Bug Fixes

* data route rewrite for i18n root route ([#2002](https://github.com/netlify/next-runtime/issues/2002)) ([4f6cdd9](https://github.com/netlify/next-runtime/commit/4f6cdd93eee5b15bee723e20cc702efa3497121f))
* do not escape HTML ([#2007](https://github.com/netlify/next-runtime/issues/2007)) ([d4cd121](https://github.com/netlify/next-runtime/commit/d4cd121a113bb540f49229d51ee31ca28d04eb13))
* updated redirect data urls ([#1928](https://github.com/netlify/next-runtime/issues/1928)) ([1edaacb](https://github.com/netlify/next-runtime/commit/1edaacb11297bcc1b8865320579c7ecbd703186f))
* use `IMAGE_FUNCTION_NAME` constant ([#2001](https://github.com/netlify/next-runtime/issues/2001)) ([24eaaab](https://github.com/netlify/next-runtime/commit/24eaaab048a78c0ba4d7f283c11d11d02b819b01))
* use separate watcher script for middleware in dev ([#1831](https://github.com/netlify/next-runtime/issues/1831)) ([92e209f](https://github.com/netlify/next-runtime/commit/92e209f177312d4c4e6b64f8feb6c80670e46d8d))

## [4.32.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.32.1...plugin-nextjs-v4.32.2) (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-nextjs",
"version": "4.32.2",
"version": "4.33.0",
"description": "Run Next.js seamlessly on Netlify",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b489908

Please sign in to comment.