Skip to content

Commit 1938458

Browse files
chore: release 0.7.2 (#64)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 9932e07 commit 1938458

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+
### [0.7.2](https://github.com/netlify/functions/compare/v0.7.1...v0.7.2) (2021-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* make `Response.body` optional ([#63](https://github.com/netlify/functions/issues/63)) ([9932e07](https://github.com/netlify/functions/commit/9932e07b613e562af5aea2f93db8a5fa1526c57a))
9+
310
### [0.7.1](https://github.com/netlify/functions/compare/v0.7.0...v0.7.1) (2021-05-05)
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": "./src/main.js",
44
"types": "./src/main.d.ts",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"src/**/*.js",

0 commit comments

Comments
 (0)