diff --git a/CHANGELOG.md b/CHANGELOG.md index eebd6a5..40d6c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.11](https://github.com/renproject/send-crypto/compare/v0.2.10...v0.2.11) (2020-06-26) + ### [0.2.10](https://github.com/renproject/send-crypto/compare/v0.2.9...v0.2.10) (2020-06-11) ### [0.2.9](https://github.com/renproject/send-crypto/compare/v0.2.8...v0.2.9) (2020-06-11) diff --git a/package.json b/package.json index c3a39af..ed5507c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "send-crypto", - "version": "0.2.10", + "version": "0.2.11", "description": "A minimal JavaScript library / wallet for sending crypto assets", "main": "build/main/index.js", "typings": "build/main/index.d.ts",