Skip to content

Commit 23c5e46

Browse files
chore(main): release 2.3.1
1 parent 9f0de91 commit 23c5e46

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.3.1](https://github.com/netlify/functions/compare/v2.3.0...v2.3.1) (2023-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v1.10.0 ([#437](https://github.com/netlify/functions/issues/437)) ([9f0de91](https://github.com/netlify/functions/commit/9f0de918c110625cb9f8c2286ae5d12bc934c962))
9+
* **deps:** update dependency @netlify/serverless-functions-api to v1.9.1 ([#434](https://github.com/netlify/functions/issues/434)) ([3f0b712](https://github.com/netlify/functions/commit/3f0b712e0576156043be1f22f4288cd99da5317e))
10+
311
## [2.3.0](https://github.com/netlify/functions/compare/v2.2.1...v2.3.0) (2023-10-12)
412

513

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

0 commit comments

Comments
 (0)