Skip to content

Commit 2ffb0cd

Browse files
committed
chore(release): 8.0.0
1 parent ee4f576 commit 2ffb0cd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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+
## [8.0.0](https://github.com/prettier/angular-estree-parser/compare/v6.2.0...v8.0.0) (2023-11-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* support @angular/compiler@17.0.0-rc.2 (#253)
11+
* update dependencies, require `@angular/compiler` v16, require Node.js v16 (#249)
12+
13+
### Features
14+
15+
* support @angular/compiler@17.0.0-rc.2 ([#253](https://github.com/prettier/angular-estree-parser/issues/253)) ([9c23188](https://github.com/prettier/angular-estree-parser/commit/9c23188e0827364092b7258fc65f39fc9c102c2e))
16+
17+
18+
### Bug Fixes
19+
20+
* remove deprecated `parseInterpolation` ([#250](https://github.com/prettier/angular-estree-parser/issues/250)) ([b63e555](https://github.com/prettier/angular-estree-parser/commit/b63e5555e5829b82467f9528aeb9bca7f07d1633))
21+
22+
23+
* 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))
24+
525
## [7.0.0](https://github.com/prettier/angular-estree-parser/compare/v6.0.0...v7.0.0) (2023-05-04)
626

727

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": "7.0.0",
3+
"version": "8.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)