Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Oct 24, 2019
1 parent 3a47ad9 commit 7f1d3b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 1.1.2

* initial refactor & publishing - **[@dbushong](https://github.com/dbushong)** [#1](https://github.com/groupon/host-pattern/pull/1)
- [`6227d46`](https://github.com/groupon/host-pattern/commit/6227d4614dcbedbf16716c7dafed87ebdc73fa4b) **chore:** update package setup & lint
- [`3bfb412`](https://github.com/groupon/host-pattern/commit/3bfb41285eb1e0e2acfe2447aa3a2792ae6e5900) **refactor:** move files to std locations
- [`5c48dc3`](https://github.com/groupon/host-pattern/commit/5c48dc3ce5879006c310c10b646c1107cc882e9d) **chore:** remove unneeded devDep
- [`3bac91f`](https://github.com/groupon/host-pattern/commit/3bac91f7243f1573db793ddc5570f1346c7eefd4) **chore:** npm audit fix


1.1.1
-----
* Only publish index.js - @jkrems
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": "host-pattern",
"version": "1.1.1",
"version": "1.1.2",
"description": "Summarize and expand host patterns",
"license": "BSD-3-Clause",
"main": "lib/host-pattern.js",
Expand Down

0 comments on commit 7f1d3b2

Please sign in to comment.