Skip to content

Commit

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


## [2.8.0](v2.7.0...v2.8.0)
(2024-06-20)


### Features

* add `excludedPath` property
([#509](#509))
([5c390ab](5c390ab))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to
v1.18.2 ([#502](#502))
([3af85f1](3af85f1))
* **deps:** update dependency @netlify/serverless-functions-api to
v1.18.3 ([#504](#504))
([f5d365d](f5d365d))
* **deps:** update dependency @netlify/serverless-functions-api to
v1.18.4 ([#507](#507))
([3529a39](3529a39))

---
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 Jun 21, 2024
1 parent 5c390ab commit a050f89
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.8.0](https://github.com/netlify/functions/compare/v2.7.0...v2.8.0) (2024-06-20)


### Features

* add `excludedPath` property ([#509](https://github.com/netlify/functions/issues/509)) ([5c390ab](https://github.com/netlify/functions/commit/5c390ab98df35e0c2e22aeb7af88e7287d3d1730))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v1.18.2 ([#502](https://github.com/netlify/functions/issues/502)) ([3af85f1](https://github.com/netlify/functions/commit/3af85f1f9bc5cfdfcd3b732430f00b4cc9224cd6))
* **deps:** update dependency @netlify/serverless-functions-api to v1.18.3 ([#504](https://github.com/netlify/functions/issues/504)) ([f5d365d](https://github.com/netlify/functions/commit/f5d365d351ef3894e00bec309902e9fa0b7b981a))
* **deps:** update dependency @netlify/serverless-functions-api to v1.18.4 ([#507](https://github.com/netlify/functions/issues/507)) ([3529a39](https://github.com/netlify/functions/commit/3529a3976a6f9e471a2ce93ca3813c99f6b30859))

## [2.7.0](https://github.com/netlify/functions/compare/v2.6.3...v2.7.0) (2024-05-16)


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

0 comments on commit a050f89

Please sign in to comment.