diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index ab5d5632..8e971df1 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,3 +1,10 @@ +## [@helia/strings-v1.0.1](https://github.com/ipfs/helia-strings/compare/@helia/strings-v1.0.0...@helia/strings-v1.0.1) (2023-10-06) + + +### Dependencies + +* bump @helia/interface from 1.2.2 to 2.0.0 ([#39](https://github.com/ipfs/helia-strings/issues/39)) ([7c9bc2e](https://github.com/ipfs/helia-strings/commit/7c9bc2e9f99ccbaec1d8c25c900585deb5f6a327)) + ## @helia/strings-v1.0.0 (2023-05-03) diff --git a/packages/strings/package.json b/packages/strings/package.json index 781298b6..96ceac99 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@helia/strings", - "version": "1.0.0", + "version": "1.0.1", "description": "Add/get IPLD blocks containing strings with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-strings/tree/master/packages/strings#readme",