Skip to content

Commit 2b8c9cc

Browse files
chore(main): release 5.3.0 (#470)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <[email protected]>
1 parent 4a992d7 commit 2b8c9cc

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [5.3.0](https://github.com/netlify/next-runtime-minimal/compare/v5.2.2...v5.3.0) (2024-05-20)
4+
5+
6+
### Features
7+
8+
* Set experimentalRegion to 'context' in order to enable colocated blobs ([#488](https://github.com/netlify/next-runtime-minimal/issues/488)) ([a72a837](https://github.com/netlify/next-runtime-minimal/commit/a72a837f108acbe8187b1bfe3c457f6a3e61b2e8))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency chart.js to v4.4.3 ([ee6e185](https://github.com/netlify/next-runtime-minimal/commit/ee6e185ed3ee0707a16795cfdbed94eedf9aaa19))
14+
* leverage system logger for debug logs (instead of console) ([#467](https://github.com/netlify/next-runtime-minimal/issues/467)) ([b352d96](https://github.com/netlify/next-runtime-minimal/commit/b352d96fba5f1797427a4b71f41c4cd190cedab3))
15+
316
## [5.2.2](https://github.com/netlify/next-runtime-minimal/compare/v5.2.1...v5.2.2) (2024-05-07)
417

518

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.2.2",
3+
"version": "5.3.0",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)