Skip to content

Commit c818df1

Browse files
chore: release main
1 parent dcb3381 commit c818df1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages/runtime": "4.21.2",
3-
"packages/next": "1.1.1"
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-07)
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": [

0 commit comments

Comments
 (0)