Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
chore(release): update changelog and version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jul 14, 2021
1 parent bd6cdf2 commit 868d42f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 40 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.2.0](https://github.com/dashevo/feature-flags-contract/compare/v0.1.0...v0.2.0) (2021-07-14)


### Features

* update schema to work with DPP 0.20 ([#9](https://github.com/dashevo/feature-flags-contract/issues/9), [88c450c](https://github.com/dashevo/feature-flags-contract/commit/88c450ca92c61811084f065b853c27c54e7945d9))
* remove VERIFY_LLMQ_SIGS_WITH_CORE feature flag ([#10](https://github.com/dashevo/feature-flags-contract/issues/10))


### BREAKING CHANGES

* `VERIFY_LLMQ_SIGS_WITH_CORE` feature flag is removed



# [0.1.0](https://github.com/dashevo/feature-flags-contract/compare/v0.1.0) (2021-05-03)


Expand Down
76 changes: 38 additions & 38 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/feature-flags-contract",
"version": "0.1.0",
"version": "0.2.0",
"description": "Data Contract to store Dash Platform feature flags",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"license": "MIT",
"devDependencies": {
"@dashevo/dpp": "~0.20.0-dev.1",
"@dashevo/dpp": "~0.20.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"eslint": "^6.7.2",
Expand Down

0 comments on commit 868d42f

Please sign in to comment.