diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d830826..ef3a5383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.6](https://github.com/bus-stop/terminus/compare/v4.0.5...v4.0.6) (2020-09-03) + + +### Bug Fixes + +* **deps:** update deps ([973f414](https://github.com/bus-stop/terminus/commit/973f414b194cba30a62c486a766dc85846028f4c)) + ## [4.0.5](https://github.com/bus-stop/terminus/compare/v4.0.4...v4.0.5) (2020-06-01) diff --git a/package-lock.json b/package-lock.json index 0778e23a..23e11809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terminus", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb86d4e1..e3584575 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "terminus", "title": "Terminus", "main": "./lib/terminus", - "version": "4.0.5", + "version": "4.0.6", "description": "A terminal for Atom, complete with themes, API and more. Now written in JavaScript! A fork of platformio-atom-ide-terminal.", "author": "bus-stop and contributors", "license": "MIT",