diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4dfe07..23d76a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
+
+## [3.7.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.0...v3.7.1) (2017-07-27)
+
+
+### Bug Fixes
+
+* **npm:** update dependencies ([1b02c06](https://github.com/JamieMason/Jasmine-Matchers/commit/1b02c06))
+
+
+
-# [3.7.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.6.0...v3.7.0) (2017-03-10)
+# [3.7.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.6.0...3.7.0) (2017-03-10)
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 913625f..a95e57c 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -32,7 +32,7 @@ npm test
- [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.
+- [jest](https://github.com/facebook/jest): Delightful JavaScript Testing.
- [karma](https://github.com/karma-runner/karma): Spectacular Test Runner for JavaScript.
- [karma-browserstack-launcher](https://github.com/karma-runner/karma-browserstack-launcher): A Karma plugin. Launch any browser on BrowserStack!
- [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher): A Karma plugin. Launcher for Chrome and Chrome Canary.
diff --git a/package-lock.json b/package-lock.json
index cdbae25..6db0c16 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "jasmine-expect",
- "version": "3.7.0",
+ "version": "3.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ea9a02e..b44a27b 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.7.0",
+ "version": "3.7.1",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": {
"url": "https://github.com/JamieMason/Jasmine-Matchers/issues"