Skip to content

Commit 55634cd

Browse files
committed
internal: release v1.0.0-0
1 parent fe3535e commit 55634cd

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@
77

88

99

10+
11+
## v1.0.0-0 (2023-07-25)
12+
13+
#### :boom: Breaking Change
14+
* [#78](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/78) Upgrade to Prettier 3 (Closes [#61](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/61)); Breaks compatibility with Prettier 2 ([@gitKrystan](https://github.com/gitKrystan))
15+
* [#57](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/57) Drop Node 14 ([@gitKrystan](https://github.com/gitKrystan))
16+
17+
#### :memo: Documentation
18+
* [#55](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/55) README improvements ([@charlesfries](https://github.com/charlesfries))
19+
* [#54](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/54) Improve documentation of prettier plugin config ([@ef4](https://github.com/ef4))
20+
21+
#### :house: Internal
22+
* [#82](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/82) Run prettier -w with new trailingComma=all default ([@gitKrystan](https://github.com/gitKrystan))
23+
* [#74](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/74) Add dependabot.yml ([@gitKrystan](https://github.com/gitKrystan))
24+
* [#73](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/73) Upgrade @tsconfig/node16 ([@gitKrystan](https://github.com/gitKrystan))
25+
* [#72](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/72) Upgrade concurrently ([@gitKrystan](https://github.com/gitKrystan))
26+
* [#71](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/71) Upgrade vite / vitest / test package dependencies ([@gitKrystan](https://github.com/gitKrystan))
27+
* [#70](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/70) Upgrade eslint and eslint plugins ([@gitKrystan](https://github.com/gitKrystan))
28+
* [#69](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/69) Upgrade release-it dependencies ([@gitKrystan](https://github.com/gitKrystan))
29+
* [#68](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/68) Upgrade pnpm and node@16 ([@gitKrystan](https://github.com/gitKrystan))
30+
* [#56](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/56) Upgrade Dependencies ([@gitKrystan](https://github.com/gitKrystan))
31+
32+
#### Committers: 3
33+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
34+
- Edward Faulkner ([@ef4](https://github.com/ef4))
35+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
36+
1037
## v0.3.2 (2023-02-01)
1138

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

0 commit comments

Comments
 (0)