Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-01-05)

### Features

* add clearContenthash command ([fad9be2](fad9be2))
* add optional --gas option ([067807a](067807a)), closes [#41](#41)
  • Loading branch information
semantic-release-bot committed Jan 5, 2020
1 parent b766645 commit 1d1e05f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.7.0](https://github.com/TripleSpeeder/ens-updater/compare/v1.6.0...v1.7.0) (2020-01-05)


### Features

* add clearContenthash command ([fad9be2](https://github.com/TripleSpeeder/ens-updater/commit/fad9be214304dc314fc93df4d61bc7d55a190baa))
* add optional --gas option ([067807a](https://github.com/TripleSpeeder/ens-updater/commit/067807a3cc5fdc425ec59b8f0c6bad54da326f0a)), closes [#41](https://github.com/TripleSpeeder/ens-updater/issues/41)

# [1.6.0](https://github.com/TripleSpeeder/ens-updater/compare/v1.5.1...v1.6.0) (2019-12-13)


Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplespeeder/ens-updater",
"version": "1.6.0",
"version": "1.7.0",
"description": "Set ENS name records from the commandline",
"homepage": "https://github.com/TripleSpeeder/ens-updater",
"main": "lib/index.js",
Expand Down Expand Up @@ -28,7 +28,10 @@
}
},
"lint-staged": {
"*.js": [ "./node_modules/.bin/eslint --fix", "git add"]
"*.js": [
"./node_modules/.bin/eslint --fix",
"git add"
]
},
"dependencies": {
"@ensdomains/ens": "^0.3.11",
Expand Down

0 comments on commit 1d1e05f

Please sign in to comment.