Skip to content

Commit d1e95e9

Browse files
committed
internal: release v0.1.0
1 parent ffad911 commit d1e95e9

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11

22

3+
4+
## v0.1.0 (2022-11-16)
5+
6+
#### :boom: Breaking Change
7+
* [#30](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/30) Don't convert back to <template> if text is pre-preprocessed ([@gitKrystan](https://github.com/gitKrystan))
8+
* [#27](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/27) Remove `export default` by default. Add `templateExportDefault` option to add it back. ([@gitKrystan](https://github.com/gitKrystan))
9+
10+
#### :rocket: Enhancement
11+
* [#30](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/30) Don't convert back to <template> if text is pre-preprocessed ([@gitKrystan](https://github.com/gitKrystan))
12+
* [#27](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/27) Remove `export default` by default. Add `templateExportDefault` option to add it back. ([@gitKrystan](https://github.com/gitKrystan))
13+
* [#24](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/24) Use @glimmer/syntax getTemplateLocals ([@gitKrystan](https://github.com/gitKrystan))
14+
15+
#### :bug: Bug Fix
16+
* [#28](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/28) Fix bug where preprocess caused syntax errors in component classes ([@gitKrystan](https://github.com/gitKrystan))
17+
18+
#### :memo: Documentation
19+
* [#19](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/19) Add VSCode integration docs ([@gitKrystan](https://github.com/gitKrystan))
20+
21+
#### :house: Internal
22+
* [#31](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/31) Depdendency Upgrades ([@gitKrystan](https://github.com/gitKrystan))
23+
* [#29](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/29) Remove babel hacks ([@gitKrystan](https://github.com/gitKrystan))
24+
* [#26](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/26) Increase typescript strictness ([@gitKrystan](https://github.com/gitKrystan))
25+
* [#25](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/25) Remove extraneous arrowParens: avoid tests ([@gitKrystan](https://github.com/gitKrystan))
26+
* [#23](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/23) Dependency Upgrades ([@gitKrystan](https://github.com/gitKrystan))
27+
* [#21](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/21) Dependency Upgrades ([@gitKrystan](https://github.com/gitKrystan))
28+
29+
#### Committers: 1
30+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
31+
332
## v0.0.3 (2022-11-04)
433

534
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)