Skip to content

Commit 8e5aaca

Browse files
committed
Release 12.2.1
1 parent 0e8ff20 commit 8e5aaca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77

88

9+
10+
## v12.2.1 (2024-09-25)
11+
12+
#### :bug: Bug Fix
13+
* [#2163](https://github.com/ember-cli/eslint-plugin-ember/pull/2163) Bump the parser ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#2162](https://github.com/ember-cli/eslint-plugin-ember/pull/2162) Allow imports from `ember-data/store` ([@Windvis](https://github.com/Windvis))
15+
16+
#### Committers: 2
17+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
920
## v12.2.0 (2024-08-17)
1021

1122
#### :rocket: Enhancement

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "12.2.0",
3+
"version": "12.2.1",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)