Skip to content

Commit b3edf47

Browse files
committed
internal: release v0.0.3
1 parent 628cd1a commit b3edf47

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
3+
## v0.0.3 (2022-11-04)
4+
5+
#### :rocket: Enhancement
6+
* [#18](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/18) Add templateSingleQuote option (See #16) + Simplify test suite further ([@gitKrystan](https://github.com/gitKrystan))
7+
8+
#### :memo: Documentation
9+
* [#17](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/17) Test cleanup ([@gitKrystan](https://github.com/gitKrystan))
10+
11+
#### :house: Internal
12+
* [#18](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/18) Add templateSingleQuote option (See #16) + Simplify test suite further ([@gitKrystan](https://github.com/gitKrystan))
13+
* [#17](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/17) Test cleanup ([@gitKrystan](https://github.com/gitKrystan))
14+
15+
#### Committers: 1
16+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
17+
218
## v0.0.2 (2022-11-03)
319

420
#### :memo: Documentation

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

0 commit comments

Comments
 (0)