Skip to content

Commit 667b061

Browse files
Version Packages (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1b894d commit 667b061

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/lemon-towns-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/multi-marketplace-publishing.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# effect-vscode
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/Effect-TS/vscode-extension/pull/34) [`9f32c5c`](https://github.com/Effect-TS/vscode-extension/commit/9f32c5c12706cf0d1a7764890b0f89118222c2f0) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add span attributes in current span view
8+
9+
- [#29](https://github.com/Effect-TS/vscode-extension/pull/29) [`d1b894d`](https://github.com/Effect-TS/vscode-extension/commit/d1b894d4a2784eb6bed572fc6c36ac134cedba3d) Thanks [@colelawrence](https://github.com/colelawrence)! - Add multi-marketplace publishing support
10+
11+
Extensions are now published to both VSCode Marketplace and Open VSX Registry automatically using the same extension bundle to ensure consistency across platforms.
12+
313
## 0.2.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Effect Dev Tools",
44
"description": "Tools to assist development with the Effect Typescript framework",
55
"icon": "resources/icons/effect-dark.png",
6-
"version": "0.2.1",
6+
"version": "0.2.2",
77
"private": true,
88
"packageManager": "pnpm@9.0.6",
99
"engines": {

0 commit comments

Comments
 (0)