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 c6e2316 commit a3b9553Copy full SHA for a3b9553
CHANGELOG.md
@@ -10,6 +10,15 @@
10
11
12
13
+
14
+## v1.0.2 (2023-08-09)
15
16
+#### :bug: Bug Fix
17
+* [#103](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/103) Remove npx only-allow pnpm preinstall hook and devDep ([@chrisrng](https://github.com/chrisrng))
18
19
+#### Committers: 1
20
+- Chris Ng ([@chrisrng](https://github.com/chrisrng))
21
22
## v1.0.1 (2023-08-08)
23
24
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prettier-plugin-ember-template-tag",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A prettier plugin for formatting Ember template tags",
5
"keywords": [
6
"ember",
0 commit comments