From f3656fadab7d3d92d6af9ebba85cc0a660ab7bc5 Mon Sep 17 00:00:00 2001 From: Konstantin Shuplenkov Date: Tue, 26 Oct 2021 14:56:48 +0300 Subject: [PATCH] chore(release): update changeling and version to 3.21.1 (#291) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e32d701..68d1f0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.21.1](https://github.com/dashevo/DashJS/compare/v3.21.0...v3.21.1) (2021-10-26) + + +### Chores + +* update DPNS and DashPay contract ids ([#290](https://github.com/dashevo/DashJS/issues/290)) + + + # [3.21.0](https://github.com/dashevo/DashJS/compare/v3.20.3...v3.21.0) (2021-10-21) diff --git a/package-lock.json b/package-lock.json index ac27a74d..0b03d923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash", - "version": "3.21.0", + "version": "3.21.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash", - "version": "3.21.0", + "version": "3.21.1", "license": "MIT", "dependencies": { "@dashevo/dapi-client": "~0.21.2", diff --git a/package.json b/package.json index 77186c97..a2702717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "3.21.0", + "version": "3.21.1", "description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)", "main": "build/src/index.js", "unpkg": "dist/dash.min.js",