Skip to content

Commit 3561c42

Browse files
committed
chore(release): 2.11.0
1 parent 120a3f6 commit 3561c42

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.11.0](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.2...v2.11.0) (2024-04-21)
6+
7+
8+
### Features
9+
10+
* **theme support:** added support for nord theme ([120a3f6](https://github.com/ghaschel/vscode-angular-html/commit/120a3f6d8af8938881c94c5bf49a410cc2d7a175))
11+
12+
13+
### Bug Fixes
14+
15+
* upgrade jsonc-parser from 3.2.0 to 3.2.1 ([850fed1](https://github.com/ghaschel/vscode-angular-html/commit/850fed1caab887a011a4859c0efe57e015b2c290))
16+
* upgrade semver from 7.5.4 to 7.6.0 ([7a6c5a4](https://github.com/ghaschel/vscode-angular-html/commit/7a6c5a4d730d28be1abad6961b36fd9327a3853d))
17+
518
### [2.10.2](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.1...v2.10.2) (2024-02-14)
619

720

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.10.2",
5+
"version": "2.11.0",
66
"publisher": "ghaschel",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)