Skip to content

Commit cd69905

Browse files
committed
Release v0.2.0
1 parent 71b9fe7 commit cd69905

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2026-05-08
10+
11+
### Changed
12+
13+
- Rename extension identifier to `azizbecha.agent-device-devtools` and display name to "Agent Device DevTools".
14+
- Remove redundant `activationEvents` — VS Code auto-generates them from contribution declarations.
15+
916
## [0.1.2] - 2026-05-03
1017

1118
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agent-device-devtools",
33
"displayName": "Agent Device DevTools",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"description": "Author, run, and inspect agent-device .ad scripts inside your IDE.",
66
"categories": [
77
"Other",

0 commit comments

Comments
 (0)