Skip to content

Commit 00a7f7e

Browse files
chore(main): release 0.2.0
1 parent 785cc82 commit 00a7f7e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the "erb-inline-js-helper" extension will be documented in this file.
44

5+
## [0.2.0](https://github.com/kudoas/erb-inline-js-helper/compare/v0.1.2...v0.2.0) (2026-01-25)
6+
7+
8+
### Features
9+
10+
* add testing framework and initial tests for ERB inline JS helper ([785cc82](https://github.com/kudoas/erb-inline-js-helper/commit/785cc82afd4b5cddb71fefbb5dc52db37b239e03))
11+
512
## [0.1.2](https://github.com/kudoas/erb-inline-js-helper/compare/v0.1.1...v0.1.2) (2026-01-04)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "erb-inline-js-helper",
33
"displayName": "ERB Inline JS Helper",
44
"description": "VS Code extension to provide syntax highlighting and code completion for JavaScript in ERB files.",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"license": "MIT",
77
"pricing": "Free",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)