Skip to content

Commit 5a3de11

Browse files
committed
internal: release v0.2.1
1 parent 2bb6507 commit 5a3de11

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
@@ -3,6 +3,15 @@
33

44

55

6+
7+
## v0.2.1 (2022-11-19)
8+
9+
#### :bug: Bug Fix
10+
* [#36](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/36) Fix bug where parsing template on newline caused syntax error ([@gitKrystan](https://github.com/gitKrystan))
11+
12+
#### Committers: 1
13+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
14+
615
## v0.2.0 (2022-11-19)
716

817
#### :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": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)