From e96369d2c80e2c7e7f8ae26025a8f6945c4e2036 Mon Sep 17 00:00:00 2001 From: Konstantin Shuplenkov Date: Mon, 22 Nov 2021 19:54:16 +0300 Subject: [PATCH] chore(release): bump version to 0.21.1 --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c01ab0d..251be085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.21.1](https://github.com/dashevo/js-dpp/compare/v0.21.0...v0.21.1) (2021-11-22) + + +### Features + +* update dashcore-lib to 0.19.27 ([#360](https://github.com/dashevo/js-dpp/issues/360)) + +### BREAKING CHANGES + +* new InstantLock format support. Will not work with DashCore < 0.18.0 + + + # [0.21.0](https://github.com/dashevo/js-dpp/compare/v0.20.1...v0.21.0) (2021-10-12) @@ -16,7 +29,7 @@ ### BREAKING CHANGES -* `stateTransition.validateStructure` renamed to `stateTransition.validateBasic` and doesn't perfom signature validation +* `stateTransition.validateStructure` renamed to `stateTransition.validateBasic` and doesn't perform signature validation * `stateTransition.validateData` renamed to `stateTransition.validateState` * validation errors are changed * removed old data triggers diff --git a/package-lock.json b/package-lock.json index d01caac5..9938d43c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpp", - "version": "0.21.0", + "version": "0.21.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index de85f86c..627d0e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpp", - "version": "0.21.0", + "version": "0.21.1", "description": "The JavaScript implementation of the Dash Platform Protocol", "scripts": { "lint": "eslint .",