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

Commit e35e96c

Browse files
chore(main): release 3.0.2
1 parent aad5814 commit e35e96c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/netlify/functions/compare/v3.0.1...v3.0.2) (2025-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* if the purge api call fails, include the api response body in the thrown error's message ([#571](https://github.com/netlify/functions/issues/571)) ([e01516d](https://github.com/netlify/functions/commit/e01516df909fc0e9ba9c553655cb7df8b5b27e51))
9+
310
## [3.0.1](https://github.com/netlify/functions/compare/v3.0.0...v3.0.1) (2025-03-04)
411

512

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": "3.0.1",
28+
"version": "3.0.2",
2929
"description": "JavaScript utilities for Netlify Functions",
3030
"files": [
3131
"dist/**/*.js",

0 commit comments

Comments
 (0)