Skip to content

Commit 0a910fb

Browse files
authoredMay 3, 2024
chore(main): release 2.6.1
1 parent 1172aa6 commit 0a910fb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
 

Diff for: ‎CHANGELOG.md

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

3+
## [2.6.1](https://github.com/netlify/functions/compare/v2.6.0...v2.6.1) (2024-05-03)
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+
* **deps:** update dependency @netlify/serverless-functions-api to v1.16.2 ([#488](https://github.com/netlify/functions/issues/488)) ([53309ef](https://github.com/netlify/functions/commit/53309ef388c6781ab94d5f68ca5ea7fab3cf4ba4))
12+
* **deps:** update dependency @netlify/serverless-functions-api to v1.17.0 ([#489](https://github.com/netlify/functions/issues/489)) ([ccd67cc](https://github.com/netlify/functions/commit/ccd67cc8e1a1a11fcf4b9b0fee5aaa3c271c202c))
13+
* **deps:** update dependency @netlify/serverless-functions-api to v1.18.0 ([#490](https://github.com/netlify/functions/issues/490)) ([6807ea6](https://github.com/netlify/functions/commit/6807ea671aac7d7ecf3471afd7b16d247360703c))
14+
315
## [2.6.0](https://github.com/netlify/functions/compare/v2.5.1...v2.6.0) (2024-02-13)
416

517

Diff for: ‎package-lock.json

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

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": "./dist/internal.js"
1414
}
1515
},
16-
"version": "2.6.0",
16+
"version": "2.6.1",
1717
"description": "JavaScript utilities for Netlify Functions",
1818
"files": [
1919
"dist/**/*.js",

0 commit comments

Comments
 (0)