From 8f3ecb139086394a448b3439f951e85890f5572e Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:42:03 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#413) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/netlify/functions/compare/v1.6.0...v2.0.0) (2023-08-22) ### ⚠ BREAKING CHANGES * export v2 api ([#408](https://github.com/netlify/functions/issues/408)) ### Features * export v2 api ([#408](https://github.com/netlify/functions/issues/408)) ([894fb91](https://github.com/netlify/functions/commit/894fb914107f76305bdb9930a2bce6ccaf01f21a)) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.7.0 ([#414](https://github.com/netlify/functions/issues/414)) ([6fba3af](https://github.com/netlify/functions/commit/6fba3afce7350dac0fa6c1ea4db223d5a59bd8af)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 079e7e43..9816d42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/netlify/functions/compare/v1.6.0...v2.0.0) (2023-08-22) + + +### ⚠ BREAKING CHANGES + +* export v2 api ([#408](https://github.com/netlify/functions/issues/408)) + +### Features + +* export v2 api ([#408](https://github.com/netlify/functions/issues/408)) ([894fb91](https://github.com/netlify/functions/commit/894fb914107f76305bdb9930a2bce6ccaf01f21a)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/serverless-functions-api to v1.7.0 ([#414](https://github.com/netlify/functions/issues/414)) ([6fba3af](https://github.com/netlify/functions/commit/6fba3afce7350dac0fa6c1ea4db223d5a59bd8af)) + ## [1.6.0](https://github.com/netlify/functions/compare/v1.5.0...v1.6.0) (2023-05-12) diff --git a/package-lock.json b/package-lock.json index 3a46d737..1a230acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "1.6.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "1.6.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.7.0", diff --git a/package.json b/package.json index 2321f016..bd852f57 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.6.0", + "version": "2.0.0", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",