Skip to content

Commit

Permalink
chore(main): release 2.3.0 (#432)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
token-generator-app[bot] authored Oct 12, 2023
1 parent f6098c0 commit 2968e98
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/netlify/functions/compare/v2.2.1...v2.3.0) (2023-10-12)


### Features

* add `purgeCache` helper ([#433](https://github.com/netlify/functions/issues/433)) ([f6098c0](https://github.com/netlify/functions/commit/f6098c066de33db09139a9dfe849b8e4876648c8))


### Bug Fixes

* **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))

## [2.2.1](https://github.com/netlify/functions/compare/v2.2.0...v2.2.1) (2023-10-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@netlify/functions",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"version": "2.2.1",
"version": "2.3.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 2968e98

Please sign in to comment.