Skip to content

Commit f935bcd

Browse files
committed
chore(release): 2.3.0
1 parent 44b1ef5 commit f935bcd

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.3.0](https://github.com/ghaschel/vscode-angular-html/compare/v2.2.2...v2.3.0) (2022-11-14)
6+
7+
### Features
8+
9+
- **performance:** also added support for data and aria prefixed attributes ([5feb30f](https://github.com/ghaschel/vscode-angular-html/commit/5feb30f2b42c5f6d1c62163ac2b72ded44b9a8de)), closes [#74](https://github.com/ghaschel/vscode-angular-html/issues/74)
10+
11+
### Bug Fixes
12+
13+
- **settings:** fixed an issue with changing settings through the settings page ([d0d9714](https://github.com/ghaschel/vscode-angular-html/commit/d0d9714f79410c46207aa6d381350ef7b1a34c95)), closes [#72](https://github.com/ghaschel/vscode-angular-html/issues/72)
14+
515
### [2.2.2](https://github.com/ghaschel/vscode-angular-html/compare/v2.2.1...v2.2.2) (2022-11-11)
616

717
### Bug Fixes

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

0 commit comments

Comments
 (0)