Skip to content

Commit a050f89

Browse files
chore(main): release 2.8.0 (#503)
🤖 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>
1 parent 5c390ab commit a050f89

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.8.0](https://github.com/netlify/functions/compare/v2.7.0...v2.8.0) (2024-06-20)
4+
5+
6+
### Features
7+
8+
* add `excludedPath` property ([#509](https://github.com/netlify/functions/issues/509)) ([5c390ab](https://github.com/netlify/functions/commit/5c390ab98df35e0c2e22aeb7af88e7287d3d1730))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* **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))
15+
* **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))
16+
317
## [2.7.0](https://github.com/netlify/functions/compare/v2.6.3...v2.7.0) (2024-05-16)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
}
2727
},
28-
"version": "2.7.0",
28+
"version": "2.8.0",
2929
"description": "JavaScript utilities for Netlify Functions",
3030
"files": [
3131
"dist/**/*.js",

0 commit comments

Comments
 (0)