Skip to content

Commit 1abde7b

Browse files
chore(main): release 5.2.0 (#421)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 39f5ae1 commit 1abde7b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/netlify/next-runtime-minimal/compare/v5.1.2...v5.2.0) (2024-04-30)
4+
5+
6+
### Features
7+
8+
* support dotenv files ([#429](https://github.com/netlify/next-runtime-minimal/issues/429)) ([39f5ae1](https://github.com/netlify/next-runtime-minimal/commit/39f5ae1c408420b64835ab74344a185dac07b515))
9+
* Update to latest blob client (7.3.0) ([#398](https://github.com/netlify/next-runtime-minimal/issues/398)) ([8b3f65b](https://github.com/netlify/next-runtime-minimal/commit/8b3f65b438816c746b1ac07108d2c929b529b98e))
10+
11+
12+
### Bug Fixes
13+
14+
* apply useRegionalBlobs replacement for non-monorepo template ([#431](https://github.com/netlify/next-runtime-minimal/issues/431)) ([d73a912](https://github.com/netlify/next-runtime-minimal/commit/d73a91269645891c271c059132717147b6a53b93))
15+
* disable regional blobs until feature is ready for release ([#433](https://github.com/netlify/next-runtime-minimal/issues/433)) ([9620588](https://github.com/netlify/next-runtime-minimal/commit/9620588ff1f2276fea9d0ffeb9d22a5c50b9f45e))
16+
* remove blob folder in pre-dev ([#430](https://github.com/netlify/next-runtime-minimal/issues/430)) ([3749c3c](https://github.com/netlify/next-runtime-minimal/commit/3749c3c8605e32b15cdf66c89f930e7104b76b3b))
17+
* track background work ([#407](https://github.com/netlify/next-runtime-minimal/issues/407)) ([296e8fe](https://github.com/netlify/next-runtime-minimal/commit/296e8fe9c7b4e0b0e3998884c418bea3073928f6))
18+
* track background work pre batchers ([#423](https://github.com/netlify/next-runtime-minimal/issues/423)) ([292331d](https://github.com/netlify/next-runtime-minimal/commit/292331d5519db3c0a312959a70cd4ef61b0ebcd2))
19+
320
## [5.1.2](https://github.com/netlify/next-runtime-minimal/compare/v5.1.1...v5.1.2) (2024-04-18)
421

522

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

0 commit comments

Comments
 (0)