diff --git a/CHANGELOG.md b/CHANGELOG.md index d917f8c..dc4d6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/onlyutkarsh/git-config-user-profiles/compare/v2.0.0...v2.0.1) (2024-02-15) + + +### Bug Fixes + +* logic of comparing of git config ([5bf97cd](https://github.com/onlyutkarsh/git-config-user-profiles/commit/5bf97cd58d3fdd5aa88a7720c2a2624dd6b06b59)) + # [2.0.0](https://github.com/onlyutkarsh/git-config-user-profiles/compare/v1.3.7...v2.0.0) (2024-02-13) diff --git a/package.json b/package.json index 1594d56..90bad96 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": "2.0.0", + "version": "2.0.1", "publisher": "onlyutkarsh", "author": "Utkarsh Shigihalli", "repository": {