diff --git a/packages/mfs/CHANGELOG.md b/packages/mfs/CHANGELOG.md index 9cd89e2..b5a21fc 100644 --- a/packages/mfs/CHANGELOG.md +++ b/packages/mfs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [@helia/mfs-v1.0.2](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.1...@helia/mfs-v1.0.2) (2023-10-07) + + +### Dependencies + +* **dev:** bump helia from 2.0.1 to 2.0.3 ([#10](https://github.com/ipfs/helia-mfs/issues/10)) ([6911470](https://github.com/ipfs/helia-mfs/commit/6911470cb43720798fca571669a166eb3689dad2)) + ## [@helia/mfs-v1.0.1](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.0...@helia/mfs-v1.0.1) (2023-09-08) diff --git a/packages/mfs/package.json b/packages/mfs/package.json index e66fc14..00bf671 100644 --- a/packages/mfs/package.json +++ b/packages/mfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/mfs", - "version": "1.0.1", + "version": "1.0.2", "description": "A mutable filesystem powered by Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-mfs/tree/master/packages/mfs#readme",