From 85fe91de9a7fc82ff1947418c42aeec350a802f2 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:56:56 +0200 Subject: [PATCH] chore(main): release 1.2.0 (#358) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 I have created a release beep boop 1.2.0 (2022-08-16) Features Allow any status code in builder functions (#357) (0264c17) This PR was generated with Release Please. See documentation. Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- 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 f3fdb2ed..6c1b2257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/netlify/functions/compare/v1.1.0...v1.2.0) (2022-08-16) + + +### Features + +* Allow any status code in builder functions ([#357](https://github.com/netlify/functions/issues/357)) ([0264c17](https://github.com/netlify/functions/commit/0264c171346ddb5247d2e2900589e4ea207db429)) + ## [1.1.0](https://github.com/netlify/functions/compare/v1.0.0...v1.1.0) (2022-08-12) diff --git a/package-lock.json b/package-lock.json index 4ef3c437..85703c9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "is-promise": "^4.0.0" diff --git a/package.json b/package.json index 9bbd7a7a..ace0c056 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@netlify/functions", "main": "./dist/main.js", "types": "./dist/main.d.ts", - "version": "1.1.0", + "version": "1.2.0", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",