Skip to content

Commit

Permalink
chore(release): 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 14, 2023
1 parent d98b001 commit af46ee4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [9.0.0](https://github.com/prettier/angular-estree-parser/compare/v8.0.3...v9.0.0) (2023-11-14)


### ⚠ BREAKING CHANGES

* remove `loc` from node, added `range` (#271)

* remove `loc` from node, added `range` ([#271](https://github.com/prettier/angular-estree-parser/issues/271)) ([069199b](https://github.com/prettier/angular-estree-parser/commit/069199b74549ba8af1f84dfab41ad57aa253b09c))

### [8.0.3](https://github.com/prettier/angular-estree-parser/compare/v8.0.2...v8.0.3) (2023-11-10)

### [8.0.2](https://github.com/prettier/angular-estree-parser/compare/v8.0.1...v8.0.2) (2023-11-09)
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": "8.0.3",
"version": "9.0.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 af46ee4

Please sign in to comment.