From 9b0546d4a8dc5eff5c965d4969467841cbb3339a Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sat, 14 Jan 2017 18:53:44 +0000 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc73fa..bab5b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ + +# [3.2.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.0.1...v3.2.0) (2017-01-14) + + +### Features + +* **regexps:** add any.regExp() ([a5079f8](https://github.com/JamieMason/Jasmine-Matchers/commit/a5079f8)), closes [#65](https://github.com/JamieMason/Jasmine-Matchers/issues/65) +* **regexps:** add toBeRegExp matcher ([c983e3c](https://github.com/JamieMason/Jasmine-Matchers/commit/c983e3c)), closes [#25](https://github.com/JamieMason/Jasmine-Matchers/issues/25) [#64](https://github.com/JamieMason/Jasmine-Matchers/issues/64) + + + -## [3.0.1](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.2...v3.0.1) (2016-08-23) +## [3.0.1](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.2...3.0.1) (2016-08-23) * feat(objects) deprecate .toImplement ([0f44ce5](https://github.com/JamieMason/Jasmine-Matchers/commit/0f44ce5)) diff --git a/package.json b/package.json index 81c6151..bc4ba6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-expect", "description": "Additional matchers for the Jasmine BDD JavaScript testing library", - "version": "3.0.1", + "version": "3.2.0", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": { "url": "https://github.com/JamieMason/Jasmine-Matchers/issues"