Skip to content

Commit f4a40af

Browse files
committed
version bump
1 parent a01342a commit f4a40af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
| 0.3.6 | 09.15.2022 | Fix for typescriptreact files, as well as new snippets for easier block creation. |
1414
| 0.3.7 | 03.04.2023 | Added support for style tags highlighting/completion/hover. |
1515
| 0.3.8 | 04.10.2023 | Fixed regression in 0.3.7 that resulted in issue #39. |
16+
| 0.3.9 | 11.10.2023 | Added support for case insensitive blocks to fix #44. |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "inline-html",
33
"displayName": "Inline HTML",
44
"description": "IntelliSense, Emmet and Syntax Highlighting for html/css inside ES6 Template Strings.",
5-
"version": "0.3.8",
5+
"version": "0.3.9",
66
"publisher": "pushqrdx",
77
"license": "MIT",
88
"icon": "docs/logo.png",

0 commit comments

Comments
 (0)