Skip to content

Commit 64f34c2

Browse files
committed
internal: release v1.1.0
1 parent d9429d1 commit 64f34c2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111

1212

1313

14+
15+
## v1.1.0 (2023-09-03)
16+
17+
#### :bug: Bug Fix
18+
* [#125](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/125) Add more detail to languages array (possibly simplifying VSCode setup!) ([@gitKrystan](https://github.com/gitKrystan))
19+
20+
#### :house: Internal
21+
* [#124](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/124) Add acceptance testing and document passing `--plugin` flag to `prettier` in CLI ([@gitKrystan](https://github.com/gitKrystan))
22+
* Various dependency upgrades
23+
24+
#### Committers: 1
25+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
26+
1427
## v1.0.2 (2023-08-09)
1528

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

0 commit comments

Comments
 (0)