Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.6](v3.0.0-beta.5...v3.0.0-beta.6) (2021-06-29)

### Features

* add setaccount ([eb26234](eb26234))
* add settxfee ([cdedb34](cdedb34))
* add signmessage ([33e3741](33e3741))
* add signrawtransaction ([d532d40](d532d40))
  • Loading branch information
gridcat authored and semantic-release-bot committed Jun 29, 2021
1 parent d532d40 commit 2bde563
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0-beta.6](https://github.com/gridcat/gridcoin-rpc/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-06-29)


### Features

* add setaccount ([eb26234](https://github.com/gridcat/gridcoin-rpc/commit/eb2623452a1d9d7f6aec42fc2ae4451aeade1eb6))
* add settxfee ([cdedb34](https://github.com/gridcat/gridcoin-rpc/commit/cdedb3499df3af1c5ddfb56dd29c77615f0fba0d))
* add signmessage ([33e3741](https://github.com/gridcat/gridcoin-rpc/commit/33e3741e5c45c66688766e4593ae5fd59a0829b5))
* add signrawtransaction ([d532d40](https://github.com/gridcat/gridcoin-rpc/commit/d532d4000cf35e444559fd51d4d3ca8c1a598f49))

# [3.0.0-beta.5](https://github.com/gridcat/gridcoin-rpc/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-06-28)


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": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "",
"keywords": [
"gridcoin",
Expand Down

0 comments on commit 2bde563

Please sign in to comment.