Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Aug 12, 2022
1 parent b854652 commit af5d8ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af5d8ab

Please sign in to comment.