Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

chore(release): update changelog and bump version to 0.21.1 #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down