We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb6507 commit 5a3de11Copy full SHA for 5a3de11
CHANGELOG.md
@@ -3,6 +3,15 @@
3
4
5
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
15
## v0.2.0 (2022-11-19)
16
17
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prettier-plugin-ember-template-tag",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
0 commit comments