From 0a6515560f8557667d1d9fccad2699edf0a499c6 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:10:02 +0100 Subject: [PATCH] chore(main): release 2.4.1 (#445) :robot: I have created a release *beep* *boop* --- ## [2.4.1](https://github.com/netlify/functions/compare/v2.4.0...v2.4.1) (2023-12-12) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.12.0 ([#444](https://github.com/netlify/functions/issues/444)) ([4baff43](https://github.com/netlify/functions/commit/4baff43486e0f7566959a347137d81f2e8478af2)) * **deps:** update dependency @netlify/serverless-functions-api to v1.12.1 ([#446](https://github.com/netlify/functions/issues/446)) ([7552375](https://github.com/netlify/functions/commit/755237528a51e88204b22f07cd47e93a7ea42759)) * **deps:** update dependency @netlify/serverless-functions-api to v1.12.3 ([#450](https://github.com/netlify/functions/issues/450)) ([0bfb610](https://github.com/netlify/functions/commit/0bfb61099ff73bc411ecc12915a7fb4d8b4eb6be)) --- 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 | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71acd830..6187a67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.4.1](https://github.com/netlify/functions/compare/v2.4.0...v2.4.1) (2023-12-12) + + +### Bug Fixes + +* **deps:** update dependency @netlify/serverless-functions-api to v1.12.0 ([#444](https://github.com/netlify/functions/issues/444)) ([4baff43](https://github.com/netlify/functions/commit/4baff43486e0f7566959a347137d81f2e8478af2)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.12.1 ([#446](https://github.com/netlify/functions/issues/446)) ([7552375](https://github.com/netlify/functions/commit/755237528a51e88204b22f07cd47e93a7ea42759)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.12.3 ([#450](https://github.com/netlify/functions/issues/450)) ([0bfb610](https://github.com/netlify/functions/commit/0bfb61099ff73bc411ecc12915a7fb4d8b4eb6be)) + ## [2.4.0](https://github.com/netlify/functions/compare/v2.3.0...v2.4.0) (2023-11-09) diff --git a/package-lock.json b/package-lock.json index a0495f2a..92908e22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.12.3", diff --git a/package.json b/package.json index 59f4a63b..f657d0cc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@netlify/functions", "main": "./dist/main.js", "types": "./dist/main.d.ts", - "version": "2.4.0", + "version": "2.4.1", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",