From 90efbd370a597cae5dcbeb7b608982680895ace2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 08:13:25 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [@helia/ipns-v1.1.2](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.1...@helia/ipns-v1.1.2) (2023-05-09) ### Bug Fixes * cache IPNS entries after resolving ([#35](https://github.com/ipfs/helia-ipns/issues/35)) ([704b413](https://github.com/ipfs/helia-ipns/commit/704b41355768b3e8723560c5f7ed3d7c12b58c3b)), closes [#20](https://github.com/ipfs/helia-ipns/issues/20) --- packages/ipns/CHANGELOG.md | 7 +++++++ packages/ipns/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ipns/CHANGELOG.md b/packages/ipns/CHANGELOG.md index 56da0455..33f543e1 100644 --- a/packages/ipns/CHANGELOG.md +++ b/packages/ipns/CHANGELOG.md @@ -1,3 +1,10 @@ +## [@helia/ipns-v1.1.2](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.1...@helia/ipns-v1.1.2) (2023-05-09) + + +### Bug Fixes + +* cache IPNS entries after resolving ([#35](https://github.com/ipfs/helia-ipns/issues/35)) ([704b413](https://github.com/ipfs/helia-ipns/commit/704b41355768b3e8723560c5f7ed3d7c12b58c3b)), closes [#20](https://github.com/ipfs/helia-ipns/issues/20) + ## [@helia/ipns-v1.1.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.0...@helia/ipns-v1.1.1) (2023-05-05) diff --git a/packages/ipns/package.json b/packages/ipns/package.json index 092f7c50..07327db9 100644 --- a/packages/ipns/package.json +++ b/packages/ipns/package.json @@ -1,6 +1,6 @@ { "name": "@helia/ipns", - "version": "1.1.1", + "version": "1.1.2", "description": "An implementation of IPNS for Helia", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-ipns/tree/master/packages/ipns#readme",