From 071aa4996a318d5a41606728031e104962865012 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Feb 2024 15:27:28 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {