Skip to content

Commit de4086a

Browse files
chore(main): release 2.5.1 (#460)
🤖 I have created a release *beep* *boop* --- ## [2.5.1](v2.5.0...v2.5.1) (2024-01-19) ### Bug Fixes * mute system logger in local dev ([#458](#458)) ([f4429db](f4429db)) --- 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 f4429db commit de4086a

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.5.1](https://github.com/netlify/functions/compare/v2.5.0...v2.5.1) (2024-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* mute system logger in local dev ([#458](https://github.com/netlify/functions/issues/458)) ([f4429db](https://github.com/netlify/functions/commit/f4429dba6ce45663a9d3898d1afe83cc9fa184fa))
9+
310
## [2.5.0](https://github.com/netlify/functions/compare/v2.4.1...v2.5.0) (2024-01-18)
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.5.0",
5+
"version": "2.5.1",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)