Skip to content

Commit f224fc6

Browse files
committed
internal: release v0.1.1
1 parent 43520db commit f224fc6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

22

33

4+
5+
## v0.1.1 (2022-11-16)
6+
7+
#### :bug: Bug Fix
8+
* [#33](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/33) HOTFIX block level error message ([@gitKrystan](https://github.com/gitKrystan))
9+
* [#32](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/32) Move @glimmer/syntax to dependencies ([@gitKrystan](https://github.com/gitKrystan))
10+
11+
#### Committers: 1
12+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
13+
414
## v0.1.0 (2022-11-16)
515

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

0 commit comments

Comments
 (0)