diff --git a/CHANGELOG.md b/CHANGELOG.md index 423619d..898ea74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.1](https://github.com/netlify/blobs/compare/v8.1.0...v8.1.1) (2025-02-10) + + +### Bug Fixes + +* add missing eu-central-1, ap-southeast-1 and ap-southeast-2 regions ([#214](https://github.com/netlify/blobs/issues/214)) ([0ca340f](https://github.com/netlify/blobs/commit/0ca340f44420210dd4a1daac5bf65a3a1974f92d)) + ## [8.1.0](https://github.com/netlify/blobs/compare/v8.0.1...v8.1.0) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index 5de9dc3..0c5e278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/blobs", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/blobs", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.0.0", diff --git a/package.json b/package.json index a57a141..539e063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/blobs", - "version": "8.1.0", + "version": "8.1.1", "description": "A JavaScript client for the Netlify Blob Store", "type": "module", "engines": {