Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#463)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.6.0](v2.5.1...v2.6.0)
(2024-02-13)


### Features

* publish ESM version
([#473](#473))
([b1b7553](b1b7553))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to
v1.13.1 ([#462](#462))
([29b33ae](29b33ae))
* **deps:** update dependency @netlify/serverless-functions-api to
v1.14.0 ([#470](#470))
([c77eb33](c77eb33))
* skip purgeCache in local dev
([#472](#472))
([9236053](9236053))

---
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] committed Feb 13, 2024
1 parent b1b7553 commit 5fb36b9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.6.0](https://github.com/netlify/functions/compare/v2.5.1...v2.6.0) (2024-02-13)


### Features

* publish ESM version ([#473](https://github.com/netlify/functions/issues/473)) ([b1b7553](https://github.com/netlify/functions/commit/b1b7553d7d3c7bce3504dbb6369d9901c69ac9f6))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v1.13.1 ([#462](https://github.com/netlify/functions/issues/462)) ([29b33ae](https://github.com/netlify/functions/commit/29b33ae3083a2bef04ed70efea02c9ed7d62a65b))
* **deps:** update dependency @netlify/serverless-functions-api to v1.14.0 ([#470](https://github.com/netlify/functions/issues/470)) ([c77eb33](https://github.com/netlify/functions/commit/c77eb338a2571e2b8cb820a09acdc9489406d247))
* skip purgeCache in local dev ([#472](https://github.com/netlify/functions/issues/472)) ([9236053](https://github.com/netlify/functions/commit/92360530e9edd9685c0416f379caa6913e413cfa))

## [2.5.1](https://github.com/netlify/functions/compare/v2.5.0...v2.5.1) (2024-01-19)


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 @@ -9,7 +9,7 @@
"require": "./dist/main.js"
}
},
"version": "2.5.1",
"version": "2.6.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 5fb36b9

Please sign in to comment.