Skip to content

Commit c308db4

Browse files
chore(main): release 2.0.0 (#53)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent fd8e1c6 commit c308db4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/netlify/blobs/compare/v1.6.1...v2.0.0) (2023-09-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use URI-encoded keys ([#50](https://github.com/netlify/blobs/issues/50))
9+
10+
### Features
11+
12+
* use URI-encoded keys ([#50](https://github.com/netlify/blobs/issues/50)) ([fd8e1c6](https://github.com/netlify/blobs/commit/fd8e1c6b0f30714e0e0649a22b0b615bc48dbabe))
13+
314
## [1.6.1](https://github.com/netlify/blobs/compare/v1.6.0...v1.6.1) (2023-09-21)
415

516

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": "1.6.1",
3+
"version": "2.0.0",
44
"description": "A JavaScript client for the Netlify Blob Store",
55
"type": "module",
66
"main": "./dist/src/main.js",

0 commit comments

Comments
 (0)