From cf5a65cecec7747dc270657050c4c6622c67d2ae Mon Sep 17 00:00:00 2001 From: stanleygomes <5298153+stanleygomes@users.noreply.github.com> Date: Sun, 31 May 2026 10:05:55 +0000 Subject: [PATCH] chore(release): v1.8.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf13b9..060bcde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.8.0] - 2026-05-31 + +- Merge pull request #13 from stanleygomes/release/v1.7.0 +- feat: update status bar command to listProjects and add unit tests for StatusBarService + + ## [1.7.0] - 2026-05-29 - feat: add configurable workspace storage path and implement dynamic path updates diff --git a/package.json b/package.json index ad9dc59..4b62730 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "parable-workspaces", "displayName": "Parable Workspaces", "description": "The elegant and efficient workspace manager for your projects.", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "publisher": "stanleygomes", "repository": "https://github.com/stanleygomes/parable-workspaces",