From 25520f9ec91fe1b25bb9478f0b0de45b9ba90e3e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Jan 2023 06:53:19 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.0.0](https://github.com/ipfs/js-ipns/compare/v4.0.0...v5.0.0) (2023-01-07) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#196) ### Dependencies * update multiformats to v11 ([#196](https://github.com/ipfs/js-ipns/issues/196)) ([e06d891](https://github.com/ipfs/js-ipns/commit/e06d891ecfff3001eb98226d6270b354c4ad4349)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6507cca..993a187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [5.0.0](https://github.com/ipfs/js-ipns/compare/v4.0.0...v5.0.0) (2023-01-07) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11 (#196) + +### Dependencies + +* update multiformats to v11 ([#196](https://github.com/ipfs/js-ipns/issues/196)) ([e06d891](https://github.com/ipfs/js-ipns/commit/e06d891ecfff3001eb98226d6270b354c4ad4349)) + ## [4.0.0](https://github.com/ipfs/js-ipns/compare/v3.0.0...v4.0.0) (2022-10-17) diff --git a/package.json b/package.json index 91d9180..79964b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipns", - "version": "4.0.0", + "version": "5.0.0", "description": "ipns record definitions", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT",