Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 61fd1bf

Browse files
chore(main): release 2.8.0
1 parent 5c390ab commit 61fd1bf

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)