diff --git a/CHANGELOG.md b/CHANGELOG.md
index efbccfe..f9d234f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [3.8.4](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.3...3.8.4) (2018-08-26)
+
+
+### Bug Fixes
+
+* **npm:** update dependencies ([7cc7ff1](https://github.com/JamieMason/Jasmine-Matchers/commit/7cc7ff1))
+
+
+
## [3.8.3](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.1...3.8.3) (2018-01-29)
diff --git a/package-lock.json b/package-lock.json
index 347fcd5..68e5254 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "jasmine-expect",
- "version": "3.8.3",
+ "version": "3.8.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 97c84bc..02035eb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "jasmine-expect",
"description": "Write Beautiful Specs with Custom Matchers",
- "version": "3.8.3",
+ "version": "3.8.4",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/Jasmine-Matchers/issues",
"config": {