Skip to content

Commit

Permalink
chore(release): 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 25, 2024
1 parent 4bd57c8 commit 6f44f5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [10.2.0](https://github.com/prettier/angular-estree-parser/compare/v10.1.0...v10.2.0) (2024-11-25)


### Features

* support `typeof` expression ([#315](https://github.com/prettier/angular-estree-parser/issues/315)) ([4bd57c8](https://github.com/prettier/angular-estree-parser/commit/4bd57c8af82c3856d5d38b11f8b739652b39de57))

## [10.1.0](https://github.com/prettier/angular-estree-parser/compare/v10.0.4...v10.1.0) (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-estree-parser",
"version": "10.1.0",
"version": "10.2.0",
"description": "A parser that converts Angular source code into an ESTree-compatible form",
"keywords": [],
"main": "./lib/index.js",
Expand Down

0 comments on commit 6f44f5f

Please sign in to comment.