Skip to content

Commit fcbd35c

Browse files
chore: release main (#1596)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 5cbe1b3 commit fcbd35c

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/runtime": "4.21.2",
3-
"packages/next": "1.1.1"
2+
"packages/runtime": "4.21.3",
3+
"packages/next": "1.2.0"
44
}

packages/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/netlify/next-runtime/compare/next-v1.1.1...next-v1.2.0) (2022-09-08)
4+
5+
6+
### Features
7+
8+
* create edge function demo ([#1586](https://github.com/netlify/next-runtime/issues/1586)) ([43a60c8](https://github.com/netlify/next-runtime/commit/43a60c88260e897d3b6b49f9f05442151da36644))
9+
310
## [1.1.1](https://github.com/netlify/next-runtime/compare/next-v1.1.0...next-v1.1.1) (2022-08-31)
411

512
### Bug Fixes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/next",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Enhanced Next.js features on Netlify",
55
"main": "lib/index.js",
66
"files": [

packages/runtime/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.21.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.21.2...plugin-nextjs-v4.21.3) (2022-09-08)
4+
5+
6+
### Bug Fixes
7+
8+
* handle stricter Next type ([#1597](https://github.com/netlify/next-runtime/issues/1597)) ([368ab3c](https://github.com/netlify/next-runtime/commit/368ab3cde9a2145144a112ca1c0459665b790321))
9+
310
## [4.21.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.21.1...plugin-nextjs-v4.21.2) (2022-09-06)
411

512

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "4.21.2",
3+
"version": "4.21.3",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)