Skip to content

Commit ffbebd3

Browse files
committed
internal: release v0.3.0
1 parent 7203b18 commit ffbebd3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55

66

7+
8+
## v0.3.0 (2022-11-28)
9+
10+
#### :rocket: Enhancement
11+
* [#39](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/39) Dependency Upgrades including Prettier 2.8 ([@gitKrystan](https://github.com/gitKrystan))
12+
13+
#### :bug: Bug Fix
14+
* [#41](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/41) Fix local releases ([@gitKrystan](https://github.com/gitKrystan))
15+
16+
#### :house: Internal
17+
* [#39](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/39) Dependency Upgrades including Prettier 2.8 ([@gitKrystan](https://github.com/gitKrystan))
18+
19+
#### Committers: 1
20+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
21+
722
## v0.2.1 (2022-11-19)
823

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

0 commit comments

Comments
 (0)