Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d58a2e

Browse files
authoredAug 22, 2023
chore(main): release 2.0.1 (#417)
🤖 I have created a release *beep* *boop* --- ## [2.0.1](v2.0.0...v2.0.1) (2023-08-22) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.7.1 ([#416](#416)) ([86b82d2](86b82d2)) --- 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 86b82d2 commit 7d58a2e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

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

3+
## [2.0.1](https://github.com/netlify/functions/compare/v2.0.0...v2.0.1) (2023-08-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v1.7.1 ([#416](https://github.com/netlify/functions/issues/416)) ([86b82d2](https://github.com/netlify/functions/commit/86b82d29e9e344b0b0cb7dfea2683e3da17df350))
9+
310
## [2.0.0](https://github.com/netlify/functions/compare/v1.6.0...v2.0.0) (2023-08-22)
411

512

‎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.0.0",
5+
"version": "2.0.1",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)
Please sign in to comment.