Skip to content

Commit 1fec1c6

Browse files
committed
chore(release): 2.0.0
1 parent 910ea3d commit 1fec1c6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/angular-html-parser/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Change Log
1+
# Changelog
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.0](https://github.com/prettier/angular-html-parser/compare/v1.8.0...v2.0.0) (2022-10-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* switch to ESM
11+
12+
13+
514
<a name="1.8.0"></a>
615
# [1.8.0](https://github.com/ikatyang/angular-html-parser/compare/v1.7.1...v1.8.0) (2021-04-05)
716

packages/angular-html-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-html-parser",
3-
"version": "1.8.0",
3+
"version": "2.0.0",
44
"description": "A HTML parser extracted from Angular with some modifications",
55
"main": "lib/angular-html-parser/src/index.js",
66
"types": "lib/angular-html-parser/src/index.d.ts",

0 commit comments

Comments
 (0)