Skip to content

Commit 859c8d3

Browse files
committed
Release 5.0.0
1 parent 1a6cee5 commit 859c8d3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

66

77

8+
9+
## v5.0.0 (2023-07-13)
10+
11+
#### :boom: Breaking Change
12+
* [#274](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/274) Support Prettier v3 ([@bertdeblock](https://github.com/bertdeblock))
13+
* [#275](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/275) Update Node support ([@bertdeblock](https://github.com/bertdeblock))
14+
15+
#### :rocket: Enhancement
16+
* [#274](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/274) Support Prettier v3 ([@bertdeblock](https://github.com/bertdeblock))
17+
18+
#### Committers: 2
19+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
20+
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
21+
822
## v4.2.0 (2023-06-16)
923

1024
#### :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": "ember-template-lint-plugin-prettier",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"private": false,
55
"description": "A prettier plugin for ember-template-lint",
66
"keywords": [

0 commit comments

Comments
 (0)