Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jun 14, 2016
1 parent dbdc263 commit 29319d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/bcoe/which-cloud/compare/v1.2.0...v1.3.0) (2016-06-14)


### Bug Fixes

* deleted repeating code ([#11](https://github.com/bcoe/which-cloud/issues/11)) ([99b6ca0](https://github.com/bcoe/which-cloud/commit/99b6ca0))
* whois now reports slightly different company name ([ea9375b](https://github.com/bcoe/which-cloud/commit/ea9375b))


### Features

* lookup host ip if none given ([#14](https://github.com/bcoe/which-cloud/issues/14)) ([dbdc263](https://github.com/bcoe/which-cloud/commit/dbdc263))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/bcoe/which-cloud/compare/v1.1.1...v1.2.0) (2016-06-04)

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": "which-cloud",
"version": "1.2.0",
"version": "1.3.0",
"description": "given an ip address, return which cloud provider it belongs to (AWS, GCE, etc)",
"main": "index.js",
"bin": "bin/which-cloud.js",
Expand Down

0 comments on commit 29319d8

Please sign in to comment.