From 6bca19a7f78c24d877bab7d6f7ddcb03363287c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Sep 2023 15:58:10 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [7.0.0](https://github.com/ipfs/js-ipns/compare/v6.0.7...v7.0.0) (2023-09-15) ### ⚠ BREAKING CHANGES * all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid ### Features * opt-in V2-only records, IPIP-428 verification ([#234](https://github.com/ipfs/js-ipns/issues/234)) ([df71fed](https://github.com/ipfs/js-ipns/commit/df71fedd29f15c4f5a93d3d6aaa4dc895e98ddc9)), closes [#217](https://github.com/ipfs/js-ipns/issues/217) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b6da8..5ed664d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [7.0.0](https://github.com/ipfs/js-ipns/compare/v6.0.7...v7.0.0) (2023-09-15) + + +### ⚠ BREAKING CHANGES + +* all /ipns/* keys are now encoded as base36 encoded CIDv1 libp2p-cid + +### Features + +* opt-in V2-only records, IPIP-428 verification ([#234](https://github.com/ipfs/js-ipns/issues/234)) ([df71fed](https://github.com/ipfs/js-ipns/commit/df71fedd29f15c4f5a93d3d6aaa4dc895e98ddc9)), closes [#217](https://github.com/ipfs/js-ipns/issues/217) + ## [6.0.7](https://github.com/ipfs/js-ipns/compare/v6.0.6...v6.0.7) (2023-09-14) diff --git a/package.json b/package.json index 78633fc..7e7d627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipns", - "version": "6.0.7", + "version": "7.0.0", "description": "IPNS record definitions", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT",