Skip to content

Commit ef680fd

Browse files
chore(main): release 0.1.2
1 parent 8cb4573 commit ef680fd

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.1.2](https://github.com/kudoas/erb-inline-js-helper/compare/v0.1.1...v0.1.2) (2026-01-04)
6+
7+
8+
### Bug Fixes
9+
10+
* Update bun version from `1.3.3` to `1.3.5` ([#7](https://github.com/kudoas/erb-inline-js-helper/issues/7)) ([7ccf0b9](https://github.com/kudoas/erb-inline-js-helper/commit/7ccf0b9edcf08129f25c79e0da21e4c49e9f561e))
11+
512
## [0.1.1] - 2026-01-01
613

714
- Add `Shopify.ruby-lsp` as an extension dependency.

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.1",
5+
"version": "0.1.2",
66
"license": "MIT",
77
"pricing": "Free",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)