Skip to content

Commit b41e754

Browse files
chore(main): release 0.3.1 (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd8d641 commit b41e754

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.3.1](https://github.com/kudoas/erb-inline-js-helper/compare/v0.3.0...v0.3.1) (2026-02-10)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix intersection type resolution in JSDoc annotations ([#32](https://github.com/kudoas/erb-inline-js-helper/issues/32)) ([02a85e0](https://github.com/kudoas/erb-inline-js-helper/commit/02a85e08b2721ad6dfa07570780836ed5b07c3f3))
11+
512
## [0.3.0](https://github.com/kudoas/erb-inline-js-helper/compare/v0.2.1...v0.3.0) (2026-02-09)
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.3.0",
5+
"version": "0.3.1",
66
"license": "MIT",
77
"pricing": "Free",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)