Skip to content

Commit a3b9553

Browse files
committed
internal: release v1.0.2
1 parent c6e2316 commit a3b9553

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
@@ -10,6 +10,15 @@
1010

1111

1212

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+
1322
## v1.0.1 (2023-08-08)
1423

1524
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)