Skip to content

Commit 1df3a81

Browse files
chore(main): release 4.0.0
1 parent 00db5ff commit 1df3a81

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/netlify/blobs/compare/v3.3.0...v4.0.0) (2023-10-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* validate keys and store names ([#80](https://github.com/netlify/blobs/issues/80))
9+
10+
### Features
11+
12+
* add `list()` method ([#82](https://github.com/netlify/blobs/issues/82)) ([00db5ff](https://github.com/netlify/blobs/commit/00db5ff2cfb1e1780eadd4f1605f76f6519f65d2))
13+
* validate keys and store names ([#80](https://github.com/netlify/blobs/issues/80)) ([af867f8](https://github.com/netlify/blobs/commit/af867f87225f2c1e10192d3a4403b76d49c6cb56))
14+
315
## [3.3.0](https://github.com/netlify/blobs/compare/v3.2.0...v3.3.0) (2023-10-23)
416

517

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": "3.3.0",
3+
"version": "4.0.0",
44
"description": "A JavaScript client for the Netlify Blob Store",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)