We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff5cb8 commit f75e8a1Copy full SHA for f75e8a1
2 files changed
CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
6
7
+
8
+## v4.2.0 (2023-06-16)
9
10
+#### :rocket: Enhancement
11
+* [#259](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/259) Refactor to expose experimental hook for overriding prettier options ([@patricklx](https://github.com/patricklx))
12
13
+#### Committers: 1
14
+- Patrick Pircher ([@patricklx](https://github.com/patricklx))
15
16
## v4.1.1 (2023-06-07)
17
18
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-template-lint-plugin-prettier",
3
- "version": "4.1.1",
+ "version": "4.2.0",
"private": false,
"description": "A prettier plugin for ember-template-lint",
"keywords": [
0 commit comments