From 07e5ef9fce6f448d049a4938d9163f90034fcb94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Sep 2024 07:27:00 +0000 Subject: [PATCH] chore(release): 9.1.2 [skip ci] ## [9.1.2](https://github.com/ipfs/js-ipns/compare/v9.1.1...v9.1.2) (2024-09-12) ### Bug Fixes * add tests for utils ([#323](https://github.com/ipfs/js-ipns/issues/323)) ([3ec7233](https://github.com/ipfs/js-ipns/commit/3ec72338513f61cda5ae6fbe381de8529278c7d4)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0a5d0..d1153f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.1.2](https://github.com/ipfs/js-ipns/compare/v9.1.1...v9.1.2) (2024-09-12) + +### Bug Fixes + +* add tests for utils ([#323](https://github.com/ipfs/js-ipns/issues/323)) ([3ec7233](https://github.com/ipfs/js-ipns/commit/3ec72338513f61cda5ae6fbe381de8529278c7d4)) + ## [9.1.1](https://github.com/ipfs/js-ipns/compare/v9.1.0...v9.1.1) (2024-09-11) ### Dependencies diff --git a/package.json b/package.json index 339dced..f2ba919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipns", - "version": "9.1.1", + "version": "9.1.2", "description": "IPNS record definitions", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT",