Skip to content

Commit 2968e98

Browse files
chore(main): release 2.3.0 (#432)
🤖 I have created a release *beep* *boop* --- ## [2.3.0](v2.2.1...v2.3.0) (2023-10-12) ### Features * add `purgeCache` helper ([#433](#433)) ([f6098c0](f6098c0)) ### Bug Fixes * **deps:** update dependency @netlify/serverless-functions-api to v1.9.0 ([#431](#431)) ([82f6c12](82f6c12)) --- 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 f6098c0 commit 2968e98

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.3.0](https://github.com/netlify/functions/compare/v2.2.1...v2.3.0) (2023-10-12)
4+
5+
6+
### Features
7+
8+
* add `purgeCache` helper ([#433](https://github.com/netlify/functions/issues/433)) ([f6098c0](https://github.com/netlify/functions/commit/f6098c066de33db09139a9dfe849b8e4876648c8))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @netlify/serverless-functions-api to v1.9.0 ([#431](https://github.com/netlify/functions/issues/431)) ([82f6c12](https://github.com/netlify/functions/commit/82f6c12fe19d143d86603c9558983ba87d010104))
14+
315
## [2.2.1](https://github.com/netlify/functions/compare/v2.2.0...v2.2.1) (2023-10-06)
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.2.1",
5+
"version": "2.3.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)