diff --git a/CHANGELOG.md b/CHANGELOG.md index 2435f0f..7df6d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.8](https://github.com/bus-stop/terminus/compare/v4.1.7...v4.1.8) (2022-03-13) + + +### Bug Fixes + +* typo ([9b9ee85](https://github.com/bus-stop/terminus/commit/9b9ee85711b73784bdb0cc2d31ea8589283e5fdd)) + ## [4.1.7](https://github.com/bus-stop/terminus/compare/v4.1.6...v4.1.7) (2022-03-13) diff --git a/package-lock.json b/package-lock.json index 2b2afdb..a259691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terminus", - "version": "4.1.7", + "version": "4.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terminus", - "version": "4.1.6", + "version": "4.1.7", "license": "MIT", "dependencies": { "atom-space-pen-views": "^2.2.0", diff --git a/package.json b/package.json index 729749d..910ce42 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "terminus", "title": "Terminus", "main": "./lib/terminus", - "version": "4.1.7", + "version": "4.1.8", "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",