Skip to content

Commit 22c0b6b

Browse files
committed
chore(release): 2.0.2
1 parent 02eb620 commit 22c0b6b

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.2](https://github.com/ghaschel/vscode-angular-html/compare/v2.0.0...v2.0.2) (2022-10-14)
6+
7+
### Bug Fixes
8+
9+
- **missing node_modules:** attempt to fix runtime error ([02eb620](https://github.com/ghaschel/vscode-angular-html/commit/02eb620c19aa63b5a046e3b6f3ed87e45136a6b2))
10+
11+
### [2.0.1](https://github.com/ghaschel/vscode-angular-html/compare/v2.0.0...v2.0.1) (2022-10-14)
12+
13+
### Bug Fixes
14+
15+
- **missing node_modules:** attempt to fix runtime error ([02eb620](https://github.com/ghaschel/vscode-angular-html/commit/02eb620c19aa63b5a046e3b6f3ed87e45136a6b2))
16+
517
## [2.0.0](https://github.com/ghaschel/vscode-angular-html/compare/v1.8.4...v2.0.0) (2022-10-14)
618

719
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)