Skip to content

Commit 1e72bbd

Browse files
chore(main): release 7.0.0
1 parent 8259e5e commit 1e72bbd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/netlify/blobs/compare/v6.5.0...v7.0.0) (2024-03-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add `listStores` method ([#149](https://github.com/netlify/blobs/issues/149))
9+
10+
### Features
11+
12+
* add `listStores` method ([#149](https://github.com/netlify/blobs/issues/149)) ([3d0a386](https://github.com/netlify/blobs/commit/3d0a386f4ad6a5fe4a19c4e8b8bbef73ddb557a2))
13+
* allow internal access to legacy stores ([#152](https://github.com/netlify/blobs/issues/152)) ([1b712fe](https://github.com/netlify/blobs/commit/1b712fe52be74e0286bad6bb8d5972ea6a45b4ba))
14+
* respect `accept` header in server ([#153](https://github.com/netlify/blobs/issues/153)) ([8259e5e](https://github.com/netlify/blobs/commit/8259e5e7c7b96b9d9db9ff5e8e126f3b6b137d53))
15+
* support listing stores in local server ([#151](https://github.com/netlify/blobs/issues/151)) ([8820cc8](https://github.com/netlify/blobs/commit/8820cc81322ad1ea29d4b7c3061e57560e26ef02))
16+
* use `accept` header for signed URL ([#150](https://github.com/netlify/blobs/issues/150)) ([713e2be](https://github.com/netlify/blobs/commit/713e2bef0e105685ccb39604f5fc9c51df85865d))
17+
* use new API endpoints ([#147](https://github.com/netlify/blobs/issues/147)) ([5ad27eb](https://github.com/netlify/blobs/commit/5ad27ebd6da7dba6264eb2fc5db16bc8aca5d7ba))
18+
319
## [6.5.0](https://github.com/netlify/blobs/compare/v6.4.2...v6.5.0) (2024-02-08)
420

521

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

0 commit comments

Comments
 (0)