diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cbb889..0ab2d055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.1](https://github.com/bus-stop/terminus/compare/v4.1.0...v4.1.1) (2021-01-03) + + +### Bug Fixes + +* **deps:** update dependency underscore to ^1.12.0 ([e70e020](https://github.com/bus-stop/terminus/commit/e70e02017eaa931dd0043a5b7e73cefc4aeac560)) + # [4.1.0](https://github.com/bus-stop/terminus/compare/v4.0.6...v4.1.0) (2021-01-02) diff --git a/package-lock.json b/package-lock.json index 3afe0195..8e4d7bfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terminus", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 31056f3c..78768c58 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "terminus", "title": "Terminus", "main": "./lib/terminus", - "version": "4.1.0", + "version": "4.1.1", "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",