Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Dec 18, 2024
1 parent 95bf657 commit 05e3da8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.0.0](https://github.com/netlify/functions/compare/v2.8.2...v3.0.0) (2024-12-18)


### ⚠ BREAKING CHANGES

* Requires Node.js >=18.0.0

### Features

* replace ava with vitest ([#554](https://github.com/netlify/functions/issues/554)) ([95bf657](https://github.com/netlify/functions/commit/95bf6573431c62474ebacef9ce65765659444b00))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v1.27.0 ([#535](https://github.com/netlify/functions/issues/535)) ([e8c1f2a](https://github.com/netlify/functions/commit/e8c1f2a02354c5a2d22127da5e3545b9f9c5924a))
* **deps:** update dependency @netlify/serverless-functions-api to v1.28.0 ([#537](https://github.com/netlify/functions/issues/537)) ([bdae8aa](https://github.com/netlify/functions/commit/bdae8aa9b9671d7cf8af2bb2e028dd9c46198acb))
* **deps:** update dependency @netlify/serverless-functions-api to v1.28.1 ([#538](https://github.com/netlify/functions/issues/538)) ([c4679d9](https://github.com/netlify/functions/commit/c4679d9fd7e6622f3d4dcc07d167f1758de0ef57))
* **deps:** update dependency @netlify/serverless-functions-api to v1.29.0 ([#539](https://github.com/netlify/functions/issues/539)) ([10d035d](https://github.com/netlify/functions/commit/10d035d7f23cff977911a083e0bddd8c10cbf1a8))
* **deps:** update dependency @netlify/serverless-functions-api to v1.29.1 ([#540](https://github.com/netlify/functions/issues/540)) ([ba477e6](https://github.com/netlify/functions/commit/ba477e67dc3d6dcc41cfcad5eafd8982ca5c130c))
* **deps:** update dependency @netlify/serverless-functions-api to v1.30.1 ([#541](https://github.com/netlify/functions/issues/541)) ([53b7bd0](https://github.com/netlify/functions/commit/53b7bd093957fbccb75a486497fd1b8b797411a5))

## [2.8.2](https://github.com/netlify/functions/compare/v2.8.1...v2.8.2) (2024-09-26)


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 @@ -25,7 +25,7 @@
}
}
},
"version": "2.8.2",
"version": "3.0.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 05e3da8

Please sign in to comment.