From ad935bc725682db9c6fdb841f11acc94badcc2f3 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Fri, 10 Mar 2017 15:21:37 +0000 Subject: [PATCH] chore(release): 3.7.0 --- CHANGELOG.md | 7 ++++++- DEPENDENCIES.md | 3 +++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7e560..b4dfe07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ + +# [3.7.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.6.0...v3.7.0) (2017-03-10) + + + -# [3.6.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.5.0...v3.6.0) (2017-01-31) +# [3.6.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.5.0...3.6.0) (2017-01-31) ### Features diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 1d8e766..913625f 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -24,10 +24,13 @@ npm test ## Dev Dependencies +- [babel-preset-env](https://github.com/babel/babel-preset-env): A Babel preset for each environment. +- [babelify](https://github.com/babel/babelify): Babel browserify transform - [browserify](https://github.com/substack/node-browserify): browser-side require() the node way - [codeclimate-test-reporter](https://github.com/codeclimate/javascript-test-reporter): Code Climate test reporter client for javascript projects - [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format. - [gulp](https://github.com/gulpjs/gulp): The streaming build system +- [husky](https://github.com/typicode/husky): Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...) - [jasmine-core](https://github.com/jasmine/jasmine): Official packaging of Jasmine's core files for use by Node.js projects. - [jest](https://github.com/facebook/jest): Painless JavaScript Testing. - [karma](https://github.com/karma-runner/karma): Spectacular Test Runner for JavaScript. diff --git a/package.json b/package.json index de6bb94..e12ab94 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.6.0", + "version": "3.7.0", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": { "url": "https://github.com/JamieMason/Jasmine-Matchers/issues"