diff --git a/CHANGELOG.md b/CHANGELOG.md index c6754d52..f3fdb2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/netlify/functions/compare/v1.0.0...v1.1.0) (2022-08-12) + + +### Features + +* **graph:** update graph helpers to work better with next.js ([#354](https://github.com/netlify/functions/issues/354)) ([b854652](https://github.com/netlify/functions/commit/b854652a8549c23bda3b060ab5bc756144caa7c2)) + ## [1.0.0](https://github.com/netlify/functions/compare/v0.11.1...v1.0.0) (2022-02-15) diff --git a/package-lock.json b/package-lock.json index db5cc6e7..4ef3c437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "is-promise": "^4.0.0" diff --git a/package.json b/package.json index e6a0146c..9bbd7a7a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@netlify/functions", "main": "./dist/main.js", "types": "./dist/main.d.ts", - "version": "1.0.0", + "version": "1.1.0", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",