Skip to content

Commit 6ef70f1

Browse files
committed
internal: release v1.0.1
1 parent e2fe258 commit 6ef70f1

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
@@ -9,6 +9,15 @@
99

1010

1111

12+
13+
## v1.0.1 (2023-08-08)
14+
15+
#### :bug: Bug Fix
16+
* [#93](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/93) Add `only-allow` to `devDependencies` so it does not require network ([@chriskrycho](https://github.com/chriskrycho))
17+
18+
#### Committers: 1
19+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
20+
1221
## v1.0.0 (2023-07-25)
1322

1423
#### :house: Internal

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

0 commit comments

Comments
 (0)