diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0ed2c..db8f926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/onlyutkarsh/git-config-user-profiles/compare/v1.3.0...v1.3.1) (2024-02-12) + + +### Bug Fixes + +* use 1.85 vscode engine ([7013fd8](https://github.com/onlyutkarsh/git-config-user-profiles/commit/7013fd8941c3e06cd8bb0dbcd9762152522e688d)) + # [1.3.0](https://github.com/onlyutkarsh/git-config-user-profiles/compare/v1.2.0...v1.3.0) (2024-02-12) diff --git a/package.json b/package.json index 2661153..6bdcf11 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-config-user-profiles", "displayName": "Git Config User Profiles", "description": "Define multiple git config user profiles and switch them easily using status bar", - "version": "1.3.0", + "version": "1.3.1", "publisher": "onlyutkarsh", "author": "Utkarsh Shigihalli", "repository": {