Skip to content

Commit

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

### Features

* add validateaddress ([25a9147](25a9147))
* add validatepubkey ([c5beabc](c5beabc))
* add verifymessage ([331c9fb](331c9fb))
* add walletlock ([77be1a0](77be1a0))
* add walletpassphrase ([8e540a8](8e540a8))
* add walletpassphrasechange ([5cfc84c](5cfc84c))
  • Loading branch information
gridcat authored and semantic-release-bot committed Jun 30, 2021
1 parent 5cfc84c commit 251b9c5
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 @@
# [3.0.0-beta.7](https://github.com/gridcat/gridcoin-rpc/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-06-30)


### Features

* add validateaddress ([25a9147](https://github.com/gridcat/gridcoin-rpc/commit/25a91473213c236ca4e6fa82fba2bf4ac085f209))
* add validatepubkey ([c5beabc](https://github.com/gridcat/gridcoin-rpc/commit/c5beabc9e0c4e39c6ef44b97e0a4dcfae72f52b4))
* add verifymessage ([331c9fb](https://github.com/gridcat/gridcoin-rpc/commit/331c9fb9a3eb3675502476332db3d1fe5b9d035c))
* add walletlock ([77be1a0](https://github.com/gridcat/gridcoin-rpc/commit/77be1a0b358c2023a12848487c2b6cadcdf93cad))
* add walletpassphrase ([8e540a8](https://github.com/gridcat/gridcoin-rpc/commit/8e540a86920f5a0c3d2c74d313786000eba5a2d2))
* add walletpassphrasechange ([5cfc84c](https://github.com/gridcat/gridcoin-rpc/commit/5cfc84c268f593fc126fd1841c099c8a6edbe641))

# [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)


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

0 comments on commit 251b9c5

Please sign in to comment.