Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 24, 2023
1 parent 513fd9c commit 405250f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/blockstore-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [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)


### ⚠ BREAKING CHANGES

* s3 filenames are now all base32upper

### Bug Fixes

* 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))


### Trivial Changes

* rename master to main ([#200](https://github.com/ipfs/js-stores/issues/200)) ([f85d719](https://github.com/ipfs/js-stores/commit/f85d719b711cd60237bdaa6a0bcd418e69a98598))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockstore-s3",
"version": "0.1.0",
"version": "1.0.0",
"description": "IPFS blockstore implementation backed by s3",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-s3#readme",
Expand Down

0 comments on commit 405250f

Please sign in to comment.