Skip to content

Commit c4bf49a

Browse files
committed
chore(release): 2.13.1
1 parent 3c787c4 commit c4bf49a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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 this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.13.1](https://github.com/ghaschel/vscode-angular-html/compare/v2.13.0...v2.13.1) (2025-10-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **double binding tailwind and template literals:** fixes for template literal detection and tailwin ([59bf5b4](https://github.com/ghaschel/vscode-angular-html/commit/59bf5b4df748f6a2de48b9a2fa016147ef73463a)), closes [#107](https://github.com/ghaschel/vscode-angular-html/issues/107) [#108](https://github.com/ghaschel/vscode-angular-html/issues/108)
11+
512
## [2.13.0](https://github.com/ghaschel/vscode-angular-html/compare/v2.12.0...v2.13.0) (2024-09-06)
613

714

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
@@ -2,7 +2,7 @@
22
"name": "vscode-angular-html",
33
"displayName": "vscode-angular-html",
44
"description": "Syntax highlighting for angular HTML Template files",
5-
"version": "2.13.0",
5+
"version": "2.13.1",
66
"publisher": "ghaschel",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)