From 5fb36b9ef176576bd85e5b741829bc9d6d7233da Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:16:05 +0000 Subject: [PATCH] chore(main): release 2.6.0 (#463) :robot: I have created a release *beep* *boop* --- ## [2.6.0](https://github.com/netlify/functions/compare/v2.5.1...v2.6.0) (2024-02-13) ### Features * publish ESM version ([#473](https://github.com/netlify/functions/issues/473)) ([b1b7553](https://github.com/netlify/functions/commit/b1b7553d7d3c7bce3504dbb6369d9901c69ac9f6)) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.13.1 ([#462](https://github.com/netlify/functions/issues/462)) ([29b33ae](https://github.com/netlify/functions/commit/29b33ae3083a2bef04ed70efea02c9ed7d62a65b)) * **deps:** update dependency @netlify/serverless-functions-api to v1.14.0 ([#470](https://github.com/netlify/functions/issues/470)) ([c77eb33](https://github.com/netlify/functions/commit/c77eb338a2571e2b8cb820a09acdc9489406d247)) * skip purgeCache in local dev ([#472](https://github.com/netlify/functions/issues/472)) ([9236053](https://github.com/netlify/functions/commit/92360530e9edd9685c0416f379caa6913e413cfa)) --- 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 | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997af3bc..353ca265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.0](https://github.com/netlify/functions/compare/v2.5.1...v2.6.0) (2024-02-13) + + +### Features + +* publish ESM version ([#473](https://github.com/netlify/functions/issues/473)) ([b1b7553](https://github.com/netlify/functions/commit/b1b7553d7d3c7bce3504dbb6369d9901c69ac9f6)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/serverless-functions-api to v1.13.1 ([#462](https://github.com/netlify/functions/issues/462)) ([29b33ae](https://github.com/netlify/functions/commit/29b33ae3083a2bef04ed70efea02c9ed7d62a65b)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.14.0 ([#470](https://github.com/netlify/functions/issues/470)) ([c77eb33](https://github.com/netlify/functions/commit/c77eb338a2571e2b8cb820a09acdc9489406d247)) +* skip purgeCache in local dev ([#472](https://github.com/netlify/functions/issues/472)) ([9236053](https://github.com/netlify/functions/commit/92360530e9edd9685c0416f379caa6913e413cfa)) + ## [2.5.1](https://github.com/netlify/functions/compare/v2.5.0...v2.5.1) (2024-01-19) diff --git a/package-lock.json b/package-lock.json index c74e66c5..1c424164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "2.5.1", + "version": "2.6.0", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.14.0" diff --git a/package.json b/package.json index f9a652d7..cf423774 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "require": "./dist/main.js" } }, - "version": "2.5.1", + "version": "2.6.0", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",