Skip to content

Commit c9e0f97

Browse files
committed
Release 4.1.1
1 parent 8503df9 commit c9e0f97

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
@@ -3,6 +3,19 @@
33

44

55

6+
7+
## v4.1.1 (2023-06-07)
8+
9+
#### :bug: Bug Fix
10+
* [#261](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/261) Show invisible characters in replacement fix ([@patricklx](https://github.com/patricklx))
11+
12+
#### :memo: Documentation
13+
* [#247](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/247) Add npm badge to readme ([@bmish](https://github.com/bmish))
14+
15+
#### Committers: 2
16+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
17+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
18+
619
## v4.1.0 (2022-11-24)
720

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

0 commit comments

Comments
 (0)