Skip to content

Commit 1ab2de0

Browse files
committed
internal: release v1.0.0
1 parent bb10823 commit 1ab2de0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99

1010

11+
12+
## v1.0.0 (2023-07-25)
13+
14+
#### :house: Internal
15+
* [#83](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/83) Add tests for using template tag within render in a test ([@gitKrystan](https://github.com/gitKrystan))
16+
17+
#### Committers: 1
18+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
19+
1120
## v1.0.0-0 (2023-07-25)
1221

1322
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)