Skip to content

Commit 5d344ec

Browse files
chore(main): release 2.6.1
1 parent 30ca597 commit 5d344ec

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.6.1](https://github.com/netlify/functions/compare/v2.6.0...v2.6.1) (2024-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v1.15.0 ([#482](https://github.com/netlify/functions/issues/482)) ([e342b0d](https://github.com/netlify/functions/commit/e342b0ddabca7ebbb11438814f97d8899dddcfff))
9+
* **deps:** update dependency @netlify/serverless-functions-api to v1.16.0 ([#485](https://github.com/netlify/functions/issues/485)) ([9806ad6](https://github.com/netlify/functions/commit/9806ad6d771fe18adc81e91d43ffd90fb602c9ce))
10+
* **deps:** update dependency @netlify/serverless-functions-api to v1.16.1 ([#486](https://github.com/netlify/functions/issues/486)) ([a5552da](https://github.com/netlify/functions/commit/a5552da8d2e4d4861f8a7eaa292bbde1364ae563))
11+
312
## [2.6.0](https://github.com/netlify/functions/compare/v2.5.1...v2.6.0) (2024-02-13)
413

514

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
@@ -9,7 +9,7 @@
99
"require": "./dist/main.js"
1010
}
1111
},
12-
"version": "2.6.0",
12+
"version": "2.6.1",
1313
"description": "JavaScript utilities for Netlify Functions",
1414
"files": [
1515
"dist/**/*.js",

0 commit comments

Comments
 (0)