From b23f318e0d0727421ec8455c01e901c5abbc98cd Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Mon, 30 Oct 2017 18:50:46 +0000 Subject: [PATCH] chore(release): 3.8.1 --- CHANGELOG.md | 12 +++++++++++- DEPENDENCIES.md | 7 ++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d76a4..1eabbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ + +## [3.8.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.1...3.8.1) (2017-10-30) + + +### Features + +* **core:** add typescript declarations for typing ([105bcc3](https://github.com/JamieMason/Jasmine-Matchers/commit/105bcc3)) + + + -## [3.7.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.0...v3.7.1) (2017-07-27) +## [3.7.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.0...3.7.1) (2017-07-27) ### Bug Fixes diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index a95e57c..03b1acb 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,11 +1,9 @@ # jasmine-expect -Additional matchers for the Jasmine BDD JavaScript testing library +Write Beautiful Specs with Custom Matchers ## Installation -Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already. - ```sh npm install jasmine-expect --save ``` @@ -49,5 +47,4 @@ npm test ## License -MIT - +MIT \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0a9b829..25bd3e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jasmine-expect", - "version": "3.7.1", + "version": "3.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f226d3..6ed3c2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-expect", "description": "Write Beautiful Specs with Custom Matchers", - "version": "3.7.1", + "version": "3.8.1", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": "https://github.com/JamieMason/Jasmine-Matchers/issues", "config": {