Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Nov 7, 2016
1 parent 5f0c4b4 commit 0ae027d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,27 @@

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="2.0.0"></a>
# [2.0.0](https://github.com/nexdrew/rekcod/compare/v1.0.1...v2.0.0) (2016-11-07)


### Features

* accept container, file, or json ([#14](https://github.com/nexdrew/rekcod/issues/14)) ([17264f0](https://github.com/nexdrew/rekcod/commit/17264f0))


### BREAKING CHANGES

* no longer errors on empty arrays

prefers file over container if identically named

* moar tests, 100% coverage

* moar docs



<a name="1.0.1"></a>
## [1.0.1](https://github.com/nexdrew/rekcod/compare/v1.0.0...v1.0.1) (2016-10-02)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rekcod",
"version": "1.0.1",
"version": "2.0.0",
"description": "docker inspect → docker run",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0ae027d

Please sign in to comment.