diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb54d4..100e415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.6.47] +- Fixed issue with stuck status bar messages. And disabled status messages for magit status. + ## [0.6.46] - Show running git command in git status message: @Rutherther, Rutherther - More move commands: @jdanbrown, Dan Brown @@ -7,7 +10,6 @@ - Concise log decorate: @evannjohnson - Support fold/unfold diff hunks in commit detail view: @Rutherther, Rutherther - ## [0.6.45] - Fix resolution of user keybindings for help-view (`?` view) diff --git a/package-lock.json b/package-lock.json index caee217..30fe5df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magit", - "version": "0.6.46", + "version": "0.6.47", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magit", - "version": "0.6.46", + "version": "0.6.47", "license": "MIT", "dependencies": { "@vscode/iconv-lite-umd": "^0.7.0", diff --git a/package.json b/package.json index 5df1112..92b342a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": { "name": "Kristian Andersen Hole" }, - "version": "0.6.46", + "version": "0.6.47", "engines": { "vscode": "^1.50.0" },