We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37faea6 commit 068001eCopy full SHA for 068001e
2 files changed
CHANGELOG.md
@@ -6,6 +6,18 @@
6
7
8
9
+
10
+## v0.3.2 (2023-02-01)
11
12
+#### :bug: Bug Fix
13
+* [#48](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/48) Fix build ([@gitKrystan](https://github.com/gitKrystan))
14
15
+#### :house: Internal
16
17
18
+#### Committers: 1
19
+- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
20
21
## v0.3.1 (2023-02-01)
22
23
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prettier-plugin-ember-template-tag",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "A prettier plugin for formatting Ember template tags",
5
"keywords": [
"ember",
0 commit comments