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 f211ee4 commit 034f623Copy full SHA for 034f623
3 files changed
.release-plan.json
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## Release (2026-04-21)
4
+
5
+* eslint-plugin-ember 13.1.0 (minor)
6
7
+#### :rocket: Enhancement
8
+* `eslint-plugin-ember`
9
+ * [#2715](https://github.com/ember-cli/eslint-plugin-ember/pull/2715) feat: re-export hbs parser and document HBS flat-config setup ([@johanrd](https://github.com/johanrd))
10
11
+#### Committers: 1
12
+- [@johanrd](https://github.com/johanrd)
13
14
## Release (2026-04-20)
15
16
* eslint-plugin-ember 13.0.0 (major)
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ember",
- "version": "13.0.0",
+ "version": "13.1.0",
"description": "ESLint plugin for Ember.js apps",
"keywords": [
"eslint",
0 commit comments