Skip to content

Commit

Permalink
chore(release): 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Mar 10, 2017
1 parent 1d5d6f1 commit ad935bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="3.7.0"></a>
# [3.7.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.6.0...v3.7.0) (2017-03-10)



<a name="3.6.0"></a>
# [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
Expand Down
3 changes: 3 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&#39;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.
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": "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"
Expand Down

0 comments on commit ad935bc

Please sign in to comment.