From 62e3dd94c0eff112ba478053c6cf84b0ec0e4464 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 15:11:14 +0000 Subject: [PATCH] chore: release 0.7.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7367cfec..293d8fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 620cd4f6..4b08561b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "dependencies": { "is-promise": "^4.0.0" diff --git a/package.json b/package.json index 05990d06..721dcb04 100644 --- a/package.json +++ b/package.json @@ -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",