From 4981458f51f16755470879293160e7425d5b1256 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Aug 2018 00:53:19 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ README.md | 1 + package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32cce9..d6d3574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + # [1.3.0](https://github.com/jdxcode/fancy-test/compare/2d34b74f73be92b3890352010bcc6ea189891adf...v1.3.0) (2018-08-17) diff --git a/README.md b/README.md index e94cc3e..abaed22 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 9e7d529..c8ae909 100644 --- a/package.json +++ b/package.json @@ -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": {