Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [interface-blockstore-v4.0.0](interface-blockstore-v3.0.2...interface-blockstore-v4.0.0) (2023-01-06)

### ⚠ BREAKING CHANGES

* bump multiformats from 10.0.3 to 11.0.0 (#182)

### Trivial Changes

* remove lerna ([#183](#183)) ([04e77ec](04e77ec))

### Dependencies

* bump multiformats from 10.0.3 to 11.0.0 ([#182](#182)) ([2342b17](2342b17)), closes [#234](#234) [#226](#226) [#234](#234) [#226](#226) [#226](#226)

### Documentation

* remove duplicate readme section ([851a110](851a110))
  • Loading branch information
semantic-release-bot committed Jan 6, 2023
1 parent 20a044d commit fd6a8aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/interface-blockstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [interface-blockstore-v4.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-v3.0.2...interface-blockstore-v4.0.0) (2023-01-06)


### ⚠ BREAKING CHANGES

* bump multiformats from 10.0.3 to 11.0.0 (#182)

### Trivial Changes

* remove lerna ([#183](https://github.com/ipfs/js-ipfs-interfaces/issues/183)) ([04e77ec](https://github.com/ipfs/js-ipfs-interfaces/commit/04e77ec37ca5857b6156dd211f07a61eddcf19b0))


### Dependencies

* bump multiformats from 10.0.3 to 11.0.0 ([#182](https://github.com/ipfs/js-ipfs-interfaces/issues/182)) ([2342b17](https://github.com/ipfs/js-ipfs-interfaces/commit/2342b170dd69b1e055c6eda07cdd4e07ed1f9a4c)), closes [#234](https://github.com/ipfs/js-ipfs-interfaces/issues/234) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) [#234](https://github.com/ipfs/js-ipfs-interfaces/issues/234) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226)


### Documentation

* remove duplicate readme section ([851a110](https://github.com/ipfs/js-ipfs-interfaces/commit/851a11033140e7ae0996adeaf880d6554d12837c))

## [interface-blockstore-v3.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-v3.0.1...interface-blockstore-v3.0.2) (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-blockstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-blockstore",
"version": "3.0.2",
"version": "4.0.0",
"description": "An interface for storing and retrieving blocks",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore#readme",
Expand Down

0 comments on commit fd6a8aa

Please sign in to comment.