Skip to content

Commit 405250f

Browse files
chore(release): 1.0.0 [skip ci]
## [blockstore-s3-v1.0.0](blockstore-s3-v0.1.0...blockstore-s3-v1.0.0) (2023-03-24) ### ⚠ BREAKING CHANGES * s3 filenames are now all base32upper ### Bug Fixes * encode/decode blockstore-s3 keys in base32upper ([#201](#201)) ([513fd9c](513fd9c)) ### Trivial Changes * rename master to main ([#200](#200)) ([f85d719](f85d719))
1 parent 513fd9c commit 405250f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/blockstore-s3/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [blockstore-s3-v1.0.0](https://github.com/ipfs/js-stores/compare/blockstore-s3-v0.1.0...blockstore-s3-v1.0.0) (2023-03-24)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* s3 filenames are now all base32upper
7+
8+
### Bug Fixes
9+
10+
* encode/decode blockstore-s3 keys in base32upper ([#201](https://github.com/ipfs/js-stores/issues/201)) ([513fd9c](https://github.com/ipfs/js-stores/commit/513fd9ca35059c422d440ad955d34042c6bc301e))
11+
12+
13+
### Trivial Changes
14+
15+
* rename master to main ([#200](https://github.com/ipfs/js-stores/issues/200)) ([f85d719](https://github.com/ipfs/js-stores/commit/f85d719b711cd60237bdaa6a0bcd418e69a98598))
16+
117
## [blockstore-s3-v0.1.0](https://github.com/ipfs/js-stores/compare/blockstore-s3-v0.0.0...blockstore-s3-v0.1.0) (2023-03-23)
218

319

packages/blockstore-s3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-s3",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "IPFS blockstore implementation backed by s3",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-s3#readme",

0 commit comments

Comments
 (0)