Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmirr committed Jan 30, 2019
1 parent 7ca4a09 commit 80b1549
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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="0.3.1"></a>
## [0.3.1](https://github.com/ottomatica/opunit/compare/v0.3.0...v0.3.1) (2019-01-30)


### Bug Fixes

* **checks:** Fix reachable check for Baker and ssh connector ([7d05ecc](https://github.com/ottomatica/opunit/commit/7d05ecc))
* correct output when no match found. ([984329b](https://github.com/ottomatica/opunit/commit/984329b))
* improve version matching [#43](https://github.com/ottomatica/opunit/issues/43) ([10e9a8f](https://github.com/ottomatica/opunit/commit/10e9a8f))



<a name="0.3.0"></a>
# 0.3.0 (2019-01-03)

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": "opunit",
"version": "0.3.0",
"version": "0.3.1",
"description": "opunit",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 80b1549

Please sign in to comment.