Skip to content

Commit 3ce9ec7

Browse files
committed
chore(release): 11.1.1
1 parent 299dd90 commit 3ce9ec7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [11.1.1](https://github.com/prettier/angular-estree-parser/compare/v11.1.0...v11.1.1) (2025-03-12)
6+
7+
8+
### Bug Fixes
9+
10+
* fix location for template literals ([#327](https://github.com/prettier/angular-estree-parser/issues/327)) ([299dd90](https://github.com/prettier/angular-estree-parser/commit/299dd90fcad91d584f45e02326eb8739d9f64f18))
11+
12+
13+
514
# [11.1.0](https://github.com/prettier/angular-estree-parser/compare/v11.0.0...v11.1.0) (2025-03-11)
615

716

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-estree-parser",
3-
"version": "11.1.0",
3+
"version": "11.1.1",
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)