Skip to content

Commit

Permalink
chore(release): 15.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [ipfs-unixfs-importer-v15.0.2](ipfs-unixfs-importer-v15.0.1...ipfs-unixfs-importer-v15.0.2) (2023-03-15)

### Bug Fixes

* reduce required number of blockstore methods ([#298](#298)) ([238fe4e](238fe4e))
  • Loading branch information
semantic-release-bot committed Mar 15, 2023
1 parent 238fe4e commit f219da1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [ipfs-unixfs-importer-v15.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v15.0.1...ipfs-unixfs-importer-v15.0.2) (2023-03-15)


### Bug Fixes

* reduce required number of blockstore methods ([#298](https://github.com/ipfs/js-ipfs-unixfs/issues/298)) ([238fe4e](https://github.com/ipfs/js-ipfs-unixfs/commit/238fe4e4f2bac5075eac4dced9a52f3c9c8e307a))

## [ipfs-unixfs-importer-v15.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v15.0.0...ipfs-unixfs-importer-v15.0.1) (2023-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-importer",
"version": "15.0.1",
"version": "15.0.2",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs-importer#readme",
Expand Down

0 comments on commit f219da1

Please sign in to comment.