Skip to content

Commit d4aaf79

Browse files
committed
chore(release): 7.0.2
1 parent 844124a commit d4aaf79

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/angular-html-parser/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
### [7.0.2](https://github.com/prettier/angular-html-parser/compare/v7.0.1...v7.0.2) (2024-11-25)
6+
57
## [7.0.1](https://github.com/prettier/angular-html-parser/compare/v6.0.2...v7.0.1) (2024-10-08)
68

79
Fix `.d.ts` files.

packages/angular-html-parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-html-parser",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "A HTML parser extracted from Angular with some modifications",
55
"repository": "https://github.com/prettier/angular-html-parser",
66
"homepage": "https://github.com/prettier/angular-html-parser/blob/master/packages/angular-html-parser#readme",
@@ -10,10 +10,10 @@
1010
"url": "https://github.com/ikatyang"
1111
},
1212
"exports": {
13-
".":{
14-
"types": "./lib/angular-html-parser/src/index.d.ts",
15-
"default":"./lib/angular-html-parser/src/index.js"
16-
},
13+
".": {
14+
"types": "./lib/angular-html-parser/src/index.d.ts",
15+
"default": "./lib/angular-html-parser/src/index.js"
16+
},
1717
"./*": "./*"
1818
},
1919
"license": "MIT",

0 commit comments

Comments
 (0)