Skip to content

Commit ae9cc5f

Browse files
chore(main): release 7.3.0
1 parent 7367241 commit ae9cc5f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [7.3.0](https://github.com/netlify/blobs/compare/v7.2.0...v7.3.0) (2024-04-03)
4+
5+
6+
### Features
7+
8+
* add details to error message ([#167](https://github.com/netlify/blobs/issues/167)) ([7367241](https://github.com/netlify/blobs/commit/7367241451dab9be423aa0ca16dae51e827e0f57))
9+
* add request ID to error messages ([#165](https://github.com/netlify/blobs/issues/165)) ([b560051](https://github.com/netlify/blobs/commit/b5600511faa9503478662c68699996f708eb7b43))
10+
* handle `region:` prefix in local server ([#164](https://github.com/netlify/blobs/issues/164)) ([fe7d899](https://github.com/netlify/blobs/commit/fe7d89953f369fbe90c911c527d118b655b30b3c))
11+
312
## [7.2.0](https://github.com/netlify/blobs/compare/v7.1.0...v7.2.0) (2024-04-01)
413

514

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "A JavaScript client for the Netlify Blob Store",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)