Skip to content

Commit 0728ebc

Browse files
committed
Release 4.1.0
1 parent d5e48d4 commit 0728ebc

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
6+
## v4.1.0 (2022-11-24)
7+
8+
#### :rocket: Enhancement
9+
* [#237](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/237) Allow `ember-template-lint` v5 ([@bertdeblock](https://github.com/bertdeblock))
10+
11+
#### :house: Internal
12+
* [#245](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/245) Update to ember-template-lint v5 internally ([@bmish](https://github.com/bmish))
13+
* [#243](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/243) Ensure markdownlint runs on all files ([@bmish](https://github.com/bmish))
14+
* [#240](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/240) Use `@release-it-plugins/lerna-changelog` instead of `release-it-lerna-changelog` ([@bertdeblock](https://github.com/bertdeblock))
15+
* [#238](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/238) Update CI actions ([@bertdeblock](https://github.com/bertdeblock))
16+
* [#220](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/220) Add Node 18 to CI ([@bmish](https://github.com/bmish))
17+
18+
#### Committers: 2
19+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
20+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
21+
522
## v4.0.0 (2022-01-06)
623

724
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)