diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be38be7..6158912f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.2](https://github.com/netlify/functions/compare/v3.0.1...v3.0.2) (2025-03-17) + + +### Bug Fixes + +* 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)) +* only purge alias by default if the purgeCache function is called within a deployed function ([#576](https://github.com/netlify/functions/issues/576)) ([964b0a2](https://github.com/netlify/functions/commit/964b0a27ee092f9cc5fd6726adb15439e3b9e74e)) + ## [3.0.1](https://github.com/netlify/functions/compare/v3.0.0...v3.0.1) (2025-03-04) diff --git a/package-lock.json b/package-lock.json index 4bac8418..8ff837c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.35.0" diff --git a/package.json b/package.json index 2489bd07..1c2ced4f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } } }, - "version": "3.0.1", + "version": "3.0.2", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",