Skip to content

Commit 3392c0b

Browse files
chore(main): release 2.5.0 (#452)
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.1...v2.5.0) (2024-01-18) ### Features * add system logger ([#457](#457)) ([f09ddc4](f09ddc4)) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.13.0 ([#451](#451)) ([d15b673](d15b673)) --- 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 f09ddc4 commit 3392c0b

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.5.0](https://github.com/netlify/functions/compare/v2.4.1...v2.5.0) (2024-01-18)
4+
5+
6+
### Features
7+
8+
* add system logger ([#457](https://github.com/netlify/functions/issues/457)) ([f09ddc4](https://github.com/netlify/functions/commit/f09ddc44933156ca7f6b67b4c93e41c15c31c3bb))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @netlify/serverless-functions-api to v1.13.0 ([#451](https://github.com/netlify/functions/issues/451)) ([d15b673](https://github.com/netlify/functions/commit/d15b6737131e3b1c67e54e8129937aea924e7c64))
14+
315
## [2.4.1](https://github.com/netlify/functions/compare/v2.4.0...v2.4.1) (2023-12-12)
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.4.1",
5+
"version": "2.5.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)