Skip to content

Commit 77e2a8b

Browse files
committed
Release 4.0.0
1 parent ca9098b commit 77e2a8b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
5+
## v4.0.0 (2022-01-06)
6+
7+
#### :boom: Breaking Change
8+
* [#196](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/196) Require ember-template-lint v4 ([@dcyriller](https://github.com/dcyriller))
9+
* [#191](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/191) Convert to ESM for ember-template-lint v4 ([@bmish](https://github.com/bmish))
10+
* [#185](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/185) Update recommended config ([@dcyriller](https://github.com/dcyriller))
11+
12+
#### Committers: 3
13+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
14+
- Cyrille ([@dcyriller](https://github.com/dcyriller))
15+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
16+
417
## v3.0.1 (2021-11-10)
518

619
#### :house: Internal

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

0 commit comments

Comments
 (0)