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