Skip to content

Commit 5ebd8f6

Browse files
committed
internal: release v0.3.1
1 parent bcf8e2e commit 5ebd8f6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66

77

8+
9+
## v0.3.1 (2023-02-01)
10+
11+
#### :bug: Bug Fix
12+
* [#46](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/46) No-op for invalid hbs (Closes [#43](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/43)) ([@gitKrystan](https://github.com/gitKrystan))
13+
14+
#### :house: Internal
15+
* [#44](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/44) Dependency Upgrades ([@gitKrystan](https://github.com/gitKrystan))
16+
17+
#### Committers: 1
18+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
19+
820
## v0.3.0 (2022-11-28)
921

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

0 commit comments

Comments
 (0)