From 6d690d6dd198929d702a6ad57a4ba8c131f691ec Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 21 Apr 2021 13:27:29 +0200 Subject: [PATCH] chore: release version v0.11.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126d4a1..bb17443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.11.0](https://github.com/ipfs/js-ipns/compare/v0.10.2...v0.11.0) (2021-04-21) + + +### Bug Fixes + +* ipns validate should return void ([#118](https://github.com/ipfs/js-ipns/issues/118)) ([67d0ad4](https://github.com/ipfs/js-ipns/commit/67d0ad40d10fced861b7b4825882f648b64528f1)) +* specify pbjs root ([#119](https://github.com/ipfs/js-ipns/issues/119)) ([7cad961](https://github.com/ipfs/js-ipns/commit/7cad9611f87566047bc9e104be28970a877e9861)) + + +### BREAKING CHANGES + +* ipns validate function returns a void promise instead of boolean promise + + + ## [0.10.2](https://github.com/ipfs/js-ipns/compare/v0.10.1...v0.10.2) (2021-04-15)