Skip to content

Commit

Permalink
chore: release 0.7.2 (#64)
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 May 5, 2021
1 parent 9932e07 commit 1938458
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

### [0.7.2](https://www.github.com/netlify/functions/compare/v0.7.1...v0.7.2) (2021-05-05)


### Bug Fixes

* make `Response.body` optional ([#63](https://www.github.com/netlify/functions/issues/63)) ([9932e07](https://www.github.com/netlify/functions/commit/9932e07b613e562af5aea2f93db8a5fa1526c57a))

### [0.7.1](https://www.github.com/netlify/functions/compare/v0.7.0...v0.7.1) (2021-05-05)


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": "./src/main.js",
"types": "./src/main.d.ts",
"version": "0.7.1",
"version": "0.7.2",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"src/**/*.js",
Expand Down

0 comments on commit 1938458

Please sign in to comment.