Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2018-12-30)

### Bug Fixes

* **index:** oopsie doopsie ([ad4f9c4](ad4f9c4))

### Features

* add rest of the calls to the main client ([9037bd3](9037bd3))
* initial commit ([2bff809](2bff809))
* **connection:** add test connection command ([ae7a7d2](ae7a7d2))
* **contracts:** address contract ([1854527](1854527))
* **contracts:** burn address, rain and recievement ([9838684](9838684))
* **contracts:** key pairs, reserve ([446f1a6](446f1a6))
* **contracts:** transaction contracts ([41e55d8](41e55d8))
* **contracts:** unspent contract ([933ca90](933ca90))
* **contracts:** wallet info and main info refactoring ([c41b8d0](c41b8d0))
  • Loading branch information
gridcat authored and semantic-release-bot committed Dec 30, 2018
1 parent 16b4d21 commit 1b3dda8
Show file tree
Hide file tree
Showing 3 changed files with 2,942 additions and 3,460 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.0.0 (2018-12-30)


### Bug Fixes

* **index:** oopsie doopsie ([ad4f9c4](https://github.com/gridcat/gridcoin-rpc/commit/ad4f9c4))


### Features

* add rest of the calls to the main client ([9037bd3](https://github.com/gridcat/gridcoin-rpc/commit/9037bd3))
* initial commit ([2bff809](https://github.com/gridcat/gridcoin-rpc/commit/2bff809))
* **connection:** add test connection command ([ae7a7d2](https://github.com/gridcat/gridcoin-rpc/commit/ae7a7d2))
* **contracts:** address contract ([1854527](https://github.com/gridcat/gridcoin-rpc/commit/1854527))
* **contracts:** burn address, rain and recievement ([9838684](https://github.com/gridcat/gridcoin-rpc/commit/9838684))
* **contracts:** key pairs, reserve ([446f1a6](https://github.com/gridcat/gridcoin-rpc/commit/446f1a6))
* **contracts:** transaction contracts ([41e55d8](https://github.com/gridcat/gridcoin-rpc/commit/41e55d8))
* **contracts:** unspent contract ([933ca90](https://github.com/gridcat/gridcoin-rpc/commit/933ca90))
* **contracts:** wallet info and main info refactoring ([c41b8d0](https://github.com/gridcat/gridcoin-rpc/commit/c41b8d0))
Loading

0 comments on commit 1b3dda8

Please sign in to comment.