Skip to content

Commit af5d8ab

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

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+
## [1.1.0](https://github.com/netlify/functions/compare/v1.0.0...v1.1.0) (2022-08-12)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [1.0.0](https://github.com/netlify/functions/compare/v0.11.1...v1.0.0) (2022-02-15)
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
@@ -2,7 +2,7 @@
22
"name": "@netlify/functions",
33
"main": "./dist/main.js",
44
"types": "./dist/main.d.ts",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)