From 1832d279cf236a562acd4b6eb8c0a38da3faef66 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:58:29 +0200 Subject: [PATCH] chore(main): release 2.2.1 (#430) :robot: I have created a release *beep* *boop* --- ## [2.2.1](https://github.com/netlify/functions/compare/v2.2.0...v2.2.1) (2023-10-06) ### Bug Fixes * fixes the ambient declarations on import ([#429](https://github.com/netlify/functions/issues/429)) ([271a255](https://github.com/netlify/functions/commit/271a255cc69bbdf75036c9932544b2820aa865e8)) --- 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 | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e70070a..3576a932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/netlify/functions/compare/v2.2.0...v2.2.1) (2023-10-06) + + +### Bug Fixes + +* fixes the ambient declarations on import ([#429](https://github.com/netlify/functions/issues/429)) ([271a255](https://github.com/netlify/functions/commit/271a255cc69bbdf75036c9932544b2820aa865e8)) + ## [2.2.0](https://github.com/netlify/functions/compare/v2.1.0...v2.2.0) (2023-10-05) diff --git a/package-lock.json b/package-lock.json index 2465eb7f..e659fa91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.8.0", diff --git a/package.json b/package.json index 0daac0df..d3a2d2b0 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.2.0", + "version": "2.2.1", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",