We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b1ff8 commit b1c8e37Copy full SHA for b1c8e37
CHANGELOG.md
@@ -29,6 +29,16 @@
29
30
31
32
+
33
34
35
+## v11.5.1 (2023-04-07)
36
37
+#### :bug: Bug Fix
38
+* [#1828](https://github.com/ember-cli/eslint-plugin-ember/pull/1828) Clarify error message for `no-pause-test` rule ([@deanmarano](https://github.com/deanmarano))
39
40
+#### Committers: 1
41
+- Dean Marano ([@deanmarano](https://github.com/deanmarano))
42
43
44
## v11.5.0 (2023-04-05)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-ember",
3
- "version": "11.5.0",
+ "version": "11.5.1",
4
"description": "ESLint plugin for Ember.js apps",
5
"keywords": [
6
"eslint",
0 commit comments