Skip to content

Commit f55cf46

Browse files
committed
chore(release): 2.1.0
1 parent 922d106 commit f55cf46

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/angular-html-parser/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.1.0](https://github.com/prettier/angular-html-parser/compare/v2.0.0...v2.1.0) (2022-10-18)
6+
7+
8+
### Features
9+
10+
* expose utils and classes ([#26](https://github.com/prettier/angular-html-parser/issues/26)) ([aacfa00](https://github.com/prettier/angular-html-parser/commit/aacfa00bd92006bb4abb26adda1fabb69fca3800))
11+
512
## [2.0.0](https://github.com/prettier/angular-html-parser/compare/v1.8.0...v2.0.0) (2022-10-02)
613

714

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": "2.0.0",
3+
"version": "2.1.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)