Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2018-08-31)

### Features

* timeout() ([#17](#17)) ([4b12390](4b12390))
  • Loading branch information
semantic-release-bot committed Aug 31, 2018
1 parent 4b12390 commit 4981458
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.4.0](https://github.com/jdxcode/fancy-test/compare/v1.3.0...v1.4.0) (2018-08-31)


### Features

* timeout() ([#17](https://github.com/jdxcode/fancy-test/issues/17)) ([4b12390](https://github.com/jdxcode/fancy-test/commit/4b12390))

<a name="1.3.0"></a>
# [1.3.0](https://github.com/jdxcode/fancy-test/compare/2d34b74f73be92b3890352010bcc6ea189891adf...v1.3.0) (2018-08-17)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extendable utilities for testing
* [Stdout/Stderr Mocking](#stdoutstderr-mocking)
* [Done](#done)
* [Retries](#retries)
* [Timeout](#timeout)
* [Chai](#chai)
- [Chaining](#chaining)
- [Custom Plugins](#custom-plugins)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fancy-test",
"description": "extendable utilities for testing",
"version": "1.3.0",
"version": "1.4.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/jdxcode/fancy-test/issues",
"dependencies": {
Expand Down

0 comments on commit 4981458

Please sign in to comment.