Skip to content

Commit e241771

Browse files
chore(main): release 2.2.0 (#427)
🤖 I have created a release *beep* *boop* --- ## [2.2.0](v2.1.0...v2.2.0) (2023-10-05) ### Features * add ambient type declarations for Netlify.env ([#428](#428)) ([88e3e7b](88e3e7b)) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.8.0 ([#426](#426)) ([3270f5f](3270f5f)) --- 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>
1 parent 88e3e7b commit e241771

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/netlify/functions/compare/v2.1.0...v2.2.0) (2023-10-05)
4+
5+
6+
### Features
7+
8+
* add ambient type declarations for Netlify.env ([#428](https://github.com/netlify/functions/issues/428)) ([88e3e7b](https://github.com/netlify/functions/commit/88e3e7b5c4c6fca42f5dcfd1bfa70449bc6803a9))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @netlify/serverless-functions-api to v1.8.0 ([#426](https://github.com/netlify/functions/issues/426)) ([3270f5f](https://github.com/netlify/functions/commit/3270f5f7823aef8f27e62ab39322514481b7b171))
14+
315
## [2.1.0](https://github.com/netlify/functions/compare/v2.0.2...v2.1.0) (2023-09-22)
416

517

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@netlify/functions",
33
"main": "./dist/main.js",
44
"types": "./dist/main.d.ts",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)