Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.2...v1.9.0) (2020-02-18)

### Bug Fixes

* be less verbose in connection check phase ([dbbf885](dbbf885))
* dont print gas price info for read-only commands ([32322d6](32322d6))
* make sure process exits after set-/clear-ReverseName commands ([5a19ca6](5a19ca6))

### Features

* add command clearReverseName ([7906183](7906183))
* add methods to get and set reverseName ([01f7fb9](01f7fb9))
* dont allow modifications for not-migrated names ([1ec833d](1ec833d))
* extend getInfo command output ([bc0ece4](bc0ece4))
* implement getReverseName command ([2bede14](2bede14))
* implement setReverseName command ([97f8fef](97f8fef))
* include reverse name record in getInfo command ([856472f](856472f))
* show big notice for not-yet-migrated ENS names ([70845cd](70845cd))
  • Loading branch information
semantic-release-bot committed Feb 18, 2020
1 parent da0c0bb commit 6d4c036
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.9.0](https://github.com/TripleSpeeder/ens-updater/compare/v1.8.2...v1.9.0) (2020-02-18)


### Bug Fixes

* be less verbose in connection check phase ([dbbf885](https://github.com/TripleSpeeder/ens-updater/commit/dbbf885f7023632823e3b783cb6f58363666ebf9))
* dont print gas price info for read-only commands ([32322d6](https://github.com/TripleSpeeder/ens-updater/commit/32322d6bfb435d2df3b9b948ff6d451a163499f5))
* make sure process exits after set-/clear-ReverseName commands ([5a19ca6](https://github.com/TripleSpeeder/ens-updater/commit/5a19ca611875d15a0eee091d445d2be1f1266b5a))


### Features

* add command clearReverseName ([7906183](https://github.com/TripleSpeeder/ens-updater/commit/79061838e726d957a046c6a4bc084818f6c5cfd0))
* add methods to get and set reverseName ([01f7fb9](https://github.com/TripleSpeeder/ens-updater/commit/01f7fb961f6dd6aa331b0143d291fc554cd6fe53))
* dont allow modifications for not-migrated names ([1ec833d](https://github.com/TripleSpeeder/ens-updater/commit/1ec833dd3155cf747b726933b19979d9ec1f7d90))
* extend getInfo command output ([bc0ece4](https://github.com/TripleSpeeder/ens-updater/commit/bc0ece4f2b23927b1f21cdd284e7bd05576f2c9b))
* implement getReverseName command ([2bede14](https://github.com/TripleSpeeder/ens-updater/commit/2bede14b7e4c1a2dc26b9b583d3332f4bdd8da3d))
* implement setReverseName command ([97f8fef](https://github.com/TripleSpeeder/ens-updater/commit/97f8fefa4d0adc303e152b10bc41e7a753fd9088))
* include reverse name record in getInfo command ([856472f](https://github.com/TripleSpeeder/ens-updater/commit/856472fd11beae06f1c39c15cf098b6ddc1edfcb))
* show big notice for not-yet-migrated ENS names ([70845cd](https://github.com/TripleSpeeder/ens-updater/commit/70845cd9d7b899c59708c670b987d4711a63305d))

## [1.8.2](https://github.com/TripleSpeeder/ens-updater/compare/v1.8.1...v1.8.2) (2020-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplespeeder/ens-updater",
"version": "1.8.2",
"version": "1.9.0",
"description": "Set ENS name records from the commandline",
"homepage": "https://github.com/TripleSpeeder/ens-updater",
"main": "lib/index.js",
Expand Down

0 comments on commit 6d4c036

Please sign in to comment.