Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmirr committed May 6, 2019
1 parent 3c65f01 commit 7a4429d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

# [0.4.0](https://github.com/ottomatica/opunit/compare/v0.3.2...v0.4.0) (2019-05-06)


### Bug Fixes

* Fix reachable check for directories ([8f3e812](https://github.com/ottomatica/opunit/commit/8f3e812))
* **checks:** Fixes conditional statement in reachable check ([2aaf6c7](https://github.com/ottomatica/opunit/commit/2aaf6c7))
* **checks:** reachable check should use status of last redirect ([5b83f98](https://github.com/ottomatica/opunit/commit/5b83f98))
* **reachable:** parses redirected headers and searches for 200 ok ([#80](https://github.com/ottomatica/opunit/issues/80)) ([35e986d](https://github.com/ottomatica/opunit/commit/35e986d))


### Features

* Exit code = 1 when any checks fail ([50fb273](https://github.com/ottomatica/opunit/commit/50fb273))



<a name="0.3.2"></a>
## [0.3.2](https://github.com/ottomatica/opunit/compare/v0.3.1...v0.3.2) (2019-02-07)

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

0 comments on commit 7a4429d

Please sign in to comment.