Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed May 20, 2016
1 parent 017f38b commit 371e7d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.0.1

* Apply latest nlm generator - **[@i-tier-bot](https://github.com/i-tier-bot)** [#2](https://github.com/testiumjs/find-open-port/pull/2)
- [`7cc3787`](https://github.com/testiumjs/find-open-port/commit/7cc3787230cc4b1e299ca59ff49e1a73fa8c467c) **chore:** Apply latest nlm generator
- [`2a6dfa2`](https://github.com/testiumjs/find-open-port/commit/2a6dfa2a9b895e703ad988a30a1003b8c6859f88) **refactor:** Follow common project structure
- [`77291b2`](https://github.com/testiumjs/find-open-port/commit/77291b2be591ce87d68612aa090eedf96ef9d740) **chore:** Use proper author field
* [`22fb9c2`](https://github.com/testiumjs/find-open-port/commit/22fb9c2ce1a85f75470733590679063a756f4774) **chore:** Add build on node 0.12
* [`c8dd2a2`](https://github.com/testiumjs/find-open-port/commit/c8dd2a25739d65708f29928db12d995004ac6726) **docs:** Update README.md


1.0.0
-----
* Initial version pulled out of testium itself
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-open-port",
"version": "1.0.0",
"version": "1.0.1",
"description": "Returns a promise for an open port on localhost",
"license": "BSD-3-Clause",
"main": "lib/find-open-port.js",
Expand Down

0 comments on commit 371e7d7

Please sign in to comment.