Skip to content

Commit 9c34a49

Browse files
committed
internal: release v0.2.0
1 parent 3b2b3a0 commit 9c34a49

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33

44

5+
6+
## v0.2.0 (2022-11-19)
7+
8+
#### :boom: Breaking Change
9+
* [#35](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/35) Print template tags on separate lines for "default" templates ([@gitKrystan](https://github.com/gitKrystan))
10+
11+
#### :rocket: Enhancement
12+
* [#35](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/35) Print template tags on separate lines for "default" templates ([@gitKrystan](https://github.com/gitKrystan))
13+
14+
#### :memo: Documentation
15+
* [#35](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/35) Print template tags on separate lines for "default" templates ([@gitKrystan](https://github.com/gitKrystan))
16+
17+
#### :house: Internal
18+
* [#34](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/34) Add More Linters ([@gitKrystan](https://github.com/gitKrystan))
19+
20+
#### Committers: 1
21+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
22+
523
## v0.1.1 (2022-11-16)
624

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

0 commit comments

Comments
 (0)