Skip to content

Commit 99146a4

Browse files
committed
chore(release): 7.0.0
1 parent b63e555 commit 99146a4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.0](https://github.com/prettier/angular-estree-parser/compare/v6.0.0...v7.0.0) (2023-05-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update dependencies, require `@angular/compiler` v16, require Node.js v16 (#249)
11+
12+
### Features
13+
14+
* support computed optional member expression ([#247](https://github.com/prettier/angular-estree-parser/issues/247)) ([91a9bf5](https://github.com/prettier/angular-estree-parser/commit/91a9bf58f853e90ad3e7581ab64a8427cf04b928))
15+
16+
17+
### Bug Fixes
18+
19+
* remove deprecated `parseInterpolation` ([#250](https://github.com/prettier/angular-estree-parser/issues/250)) ([b63e555](https://github.com/prettier/angular-estree-parser/commit/b63e5555e5829b82467f9528aeb9bca7f07d1633))
20+
21+
22+
* update dependencies, require `@angular/compiler` v16, require Node.js v16 ([#249](https://github.com/prettier/angular-estree-parser/issues/249)) ([a863a6a](https://github.com/prettier/angular-estree-parser/commit/a863a6a91edf99d79c969aa533cc03b3a21f0d7b))
23+
524
## [6.2.0](https://github.com/prettier/angular-estree-parser/compare/v6.1.0...v6.2.0) (2023-04-03)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-estree-parser",
3-
"version": "6.2.0",
3+
"version": "7.0.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)