Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-beta.1](v2.0.0...v2.1.0-beta.1) (2021-06-23)

### Bug Fixes

* return promise on getNewAddress ([01460a5](01460a5))

### Features

* introduce error object ([3e75f6f](3e75f6f))
  • Loading branch information
gridcat authored and semantic-release-bot committed Jun 23, 2021
1 parent 7785f17 commit aa2e244
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0-beta.1](https://github.com/gridcat/gridcoin-rpc/compare/v2.0.0...v2.1.0-beta.1) (2021-06-23)


### Bug Fixes

* return promise on getNewAddress ([01460a5](https://github.com/gridcat/gridcoin-rpc/commit/01460a50cf03b6b09807d00931f2c28c0aedc128))


### Features

* introduce error object ([3e75f6f](https://github.com/gridcat/gridcoin-rpc/commit/3e75f6fc42e998351c931d52069342e5dba79ef1))

# [2.0.0](https://github.com/gridcat/gridcoin-rpc/compare/v1.0.0...v2.0.0) (2019-09-09)


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": "gridcoin-rpc",
"version": "2.0.0",
"version": "2.1.0-beta.1",
"description": "",
"keywords": [
"gridcoin",
Expand Down

0 comments on commit aa2e244

Please sign in to comment.