Skip to content

Commit 00743f2

Browse files
committed
internal: release v2.0.2
1 parent 7269073 commit 00743f2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
6+
## v2.0.2 (2024-04-03)
7+
8+
#### :bug: Bug Fix
9+
* [#259](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/259) Fix RangeError in files with multiple forward slashes ([@MichalBryxi](https://github.com/MichalBryxi))
10+
11+
#### :house: Internal
12+
* [#262](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/262) Add config for Corepack ([@MichalBryxi](https://github.com/MichalBryxi))
13+
* [#263](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/263) VSCode settings cleanup ([@MichalBryxi](https://github.com/MichalBryxi))
14+
15+
#### Committers: 1
16+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
17+
518
## v2.0.1 (2024-03-15)
619

720
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-ember-template-tag",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)