Skip to content

Commit 9c0efdf

Browse files
chore(main): release 2.7.0 (#499)
🤖 I have created a release *beep* *boop* --- ## [2.7.0](v2.6.3...v2.7.0) (2024-05-16) ### Features * add custom rate limit types ([#500](#500)) ([00e262a](00e262a)) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.18.1 ([#497](#497)) ([cd92ae9](cd92ae9)) --- 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 00e262a commit 9c0efdf

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.7.0](https://github.com/netlify/functions/compare/v2.6.3...v2.7.0) (2024-05-16)
4+
5+
6+
### Features
7+
8+
* add custom rate limit types ([#500](https://github.com/netlify/functions/issues/500)) ([00e262a](https://github.com/netlify/functions/commit/00e262a65de94ebc27282f196eee750ff96cb0de))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @netlify/serverless-functions-api to v1.18.1 ([#497](https://github.com/netlify/functions/issues/497)) ([cd92ae9](https://github.com/netlify/functions/commit/cd92ae9056b6dbfd13b633a5ecf91f67ce96f88f))
14+
315
## [2.6.3](https://github.com/netlify/functions/compare/v2.6.2...v2.6.3) (2024-05-03)
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
@@ -25,7 +25,7 @@
2525
}
2626
}
2727
},
28-
"version": "2.6.3",
28+
"version": "2.7.0",
2929
"description": "JavaScript utilities for Netlify Functions",
3030
"files": [
3131
"dist/**/*.js",

0 commit comments

Comments
 (0)