Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 24, 2022
1 parent d5e48d4 commit 0728ebc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@




## v4.1.0 (2022-11-24)

#### :rocket: Enhancement
* [#237](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/237) Allow `ember-template-lint` v5 ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#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))
* [#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))
* [#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))
* [#238](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/238) Update CI actions ([@bertdeblock](https://github.com/bertdeblock))
* [#220](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/220) Add Node 18 to CI ([@bmish](https://github.com/bmish))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Bryan Mishkin ([@bmish](https://github.com/bmish))

## v4.0.0 (2022-01-06)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-template-lint-plugin-prettier",
"version": "4.0.0",
"version": "4.1.0",
"private": false,
"description": "A prettier plugin for ember-template-lint",
"keywords": [
Expand Down

0 comments on commit 0728ebc

Please sign in to comment.