Skip to content

Commit bb7ec7c

Browse files
chore(main): release 5.0.0-alpha.2 (#62)
* chore(main): release 5.0.1-alpha.1 * 5.0.0-alpha.2 * chore: update changelog --------- Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Rob Stanford <[email protected]>
1 parent a095a4c commit bb7ec7c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [5.0.0-alpha.2](https://github.com/netlify/next-runtime-minimal/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* don't prepare tests on postinstall ([#61](https://github.com/netlify/next-runtime-minimal/issues/61)) ([a095a4c](https://github.com/netlify/next-runtime-minimal/commit/a095a4c008cab3f3a6ab2f9645f2974bedf4a753))
9+
310
## [5.0.0-alpha.1](https://github.com/netlify/next-runtime-minimal/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2023-11-13)
411

512

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/next-runtime",
3-
"version": "5.0.0-alpha.1",
3+
"version": "5.0.0-alpha.2",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)