Skip to content

Commit 31887cd

Browse files
Merge pull request #2716 from ember-cli/release-preview
Prepare Release v13.1.0
2 parents ddff21a + a681048 commit 31887cd

3 files changed

Lines changed: 20 additions & 13 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 12 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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+
#### :bug: Bug Fix
12+
* `eslint-plugin-ember`
13+
* [#2713](https://github.com/ember-cli/eslint-plugin-ember/pull/2713) BUGFIX: false positive: interactive flow content inside <details> ([@johanrd](https://github.com/johanrd))
14+
15+
#### Committers: 1
16+
- [@johanrd](https://github.com/johanrd)
17+
318
## Release (2026-04-20)
419

520
* eslint-plugin-ember 13.0.0 (major)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)