Skip to content

Commit 6f44f5f

Browse files
committed
chore(release): 10.2.0
1 parent 4bd57c8 commit 6f44f5f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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+
## [10.2.0](https://github.com/prettier/angular-estree-parser/compare/v10.1.0...v10.2.0) (2024-11-25)
6+
7+
8+
### Features
9+
10+
* support `typeof` expression ([#315](https://github.com/prettier/angular-estree-parser/issues/315)) ([4bd57c8](https://github.com/prettier/angular-estree-parser/commit/4bd57c8af82c3856d5d38b11f8b739652b39de57))
11+
512
## [10.1.0](https://github.com/prettier/angular-estree-parser/compare/v10.0.4...v10.1.0) (2024-11-25)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-estree-parser",
3-
"version": "10.1.0",
3+
"version": "10.2.0",
44
"description": "A parser that converts Angular source code into an ESTree-compatible form",
55
"keywords": [],
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)