diff --git a/CHANGELOG.md b/CHANGELOG.md
index e276952..f8c5149 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [3.0.1](https://github.com/drivesoftware/aurelia-widgets/compare/3.0.0...v3.0.1) (2017-11-02)
+
+
+### Bug Fixes
+
+* **deps:** tidy up package.json deps ([9547df9](https://github.com/drivesoftware/aurelia-widgets/commit/9547df9))
+
+
+
# [3.0.0](https://github.com/drivesoftware/aurelia-widgets/compare/2.0.4...v3.0.0) (2017-11-02)
diff --git a/package-lock.json b/package-lock.json
index 940df6f..886a13d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-widgets",
- "version": "3.0.0",
+ "version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fe3d57f..6ae2bd9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-widgets",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "A Collection of UI Widgets for use in Aurelia applications",
"homepage": "http://drivesoftware.co.nz",
"main": "index",