diff --git a/CHANGELOG.md b/CHANGELOG.md index bb24494..6875084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.3.0] - 2024-08-04 + +### Added + + - Option to rename Tab Groups; + ## [1.2.0] - 2024-04-04 ### Added diff --git a/README.md b/README.md index e1f1dc4..bd7085c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ This extension contributes the following settings: ## Release Notes +### 1.3.0 +Added: + - Option to rename Tab Groups; + ### 1.2.0 Resolved: - Option in the "More Actions..." button to sync the order of the open tabs to a tab group (if they belong to that group already); diff --git a/package-lock.json b/package-lock.json index fde4d75..a84ef4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vs-tab-groups", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vs-tab-groups", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "vscode-uri": "^3.0.8" }, diff --git a/package.json b/package.json index c75c268..0444e4a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "tab groups" ], "icon": "resources/tabs.png", - "version": "1.2.0", + "version": "1.3.0", "publisher": "bentodaniel", "repository": { "type": "git",