Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 19, 2017
1 parent c3b90f9 commit 98c33b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.1.1"></a>
## 1.1.1 (2017-03-19)

* Fix linter ([c3b90f9](https://github.com/kikobeats/regexgen-cli/commit/c3b90f9))
* Update command help ([d3139f9](https://github.com/kikobeats/regexgen-cli/commit/d3139f9))
* chore(package): update update-notifier to version 2.1.0 ([c59ddcb](https://github.com/kikobeats/regexgen-cli/commit/c59ddcb))
* fix(package): update update-notifier to version 2.0.0 ([9d06748](https://github.com/kikobeats/regexgen-cli/commit/9d06748))



<a name="1.1.0"></a>
# 1.1.0 (2016-12-22)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "regexgen-cli",
"description": "Generates regular expressions that match a set of strings.",
"homepage": "https://github.com/Kikobeats/regexgen-cli",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"bin": {
"regexgen": "bin/index.js"
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/Kikobeats/regexgen-cli/issues"
},
"keywords": [
"regexgen",
"cli"
"cli",
"regexgen"
],
"dependencies": {
"get-stdin": "~5.0.1",
Expand Down

0 comments on commit 98c33b7

Please sign in to comment.