Skip to content

Commit b9b1b35

Browse files
committed
internal: release v2.0.0-2
1 parent aff9e9b commit b9b1b35

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
4+
## v2.0.0-2 (2023-12-29)
5+
6+
#### :bug: Bug Fix
7+
* [#212](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/212) Fix bug where preceding {} was slurping up template ([@gitKrystan](https://github.com/gitKrystan))
8+
9+
#### Committers: 1
10+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
11+
312
## v2.0.0-1 (2023-12-28)
413

514
#### :boom: Breaking Change

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.0-1",
3+
"version": "2.0.0-2",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)