Skip to content

Commit

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


## [2.4.0](v2.3.0...v2.4.0)
(2023-11-09)


### Features

* add `preferStatic` type to config
([#443](#443))
([9abc987](9abc987))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to
v1.10.0 ([#437](#437))
([9f0de91](9f0de91))
* **deps:** update dependency @netlify/serverless-functions-api to
v1.10.1 ([#438](#438))
([c8551b9](c8551b9))
* **deps:** update dependency @netlify/serverless-functions-api to
v1.11.0 ([#442](#442))
([d558f36](d558f36))
* **deps:** update dependency @netlify/serverless-functions-api to
v1.9.1 ([#434](#434))
([3f0b712](3f0b712))

---
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 Nov 9, 2023
1 parent 9abc987 commit 550f7fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.4.0](https://github.com/netlify/functions/compare/v2.3.0...v2.4.0) (2023-11-09)


### Features

* add `preferStatic` type to config ([#443](https://github.com/netlify/functions/issues/443)) ([9abc987](https://github.com/netlify/functions/commit/9abc9877d91257cfb7c5c51cdffd68864dcafd21))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v1.10.0 ([#437](https://github.com/netlify/functions/issues/437)) ([9f0de91](https://github.com/netlify/functions/commit/9f0de918c110625cb9f8c2286ae5d12bc934c962))
* **deps:** update dependency @netlify/serverless-functions-api to v1.10.1 ([#438](https://github.com/netlify/functions/issues/438)) ([c8551b9](https://github.com/netlify/functions/commit/c8551b97b14457c787581c18dcaad4bab47da0ef))
* **deps:** update dependency @netlify/serverless-functions-api to v1.11.0 ([#442](https://github.com/netlify/functions/issues/442)) ([d558f36](https://github.com/netlify/functions/commit/d558f3684cab4b7a2fcb84ab08bd93a4b1e91404))
* **deps:** update dependency @netlify/serverless-functions-api to v1.9.1 ([#434](https://github.com/netlify/functions/issues/434)) ([3f0b712](https://github.com/netlify/functions/commit/3f0b712e0576156043be1f22f4288cd99da5317e))

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


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.3.0",
"version": "2.4.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 550f7fb

Please sign in to comment.