Skip to content

Commit 9c399a0

Browse files
committed
🚀 release: version 0.2.4 - update version in package.json and add changelog entry for improved search path formatting
1 parent 64b5680 commit 9c399a0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
88

99
## [Unreleased]
1010

11+
## [0.2.4] - 2025-07-23
12+
1113
### Changed
1214

1315
- Improved search path formatting - Changed separator from comma-space (', ') to curly braces with glob pattern (`{a,b,c}/**/*`) for better file matching

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pnpm-workspace",
33
"displayName": "pnpm Workspace",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"description": "EARLY PREVIEW | Life-saving extension for pnpm workspace, especially for large-scale monorepo projects",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)