Skip to content

Commit

Permalink
Release 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jun 16, 2023
1 parent ceb2cd0 commit 516d531
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@




## v5.10.2 (2023-06-16)

#### :bug: Bug Fix
* [#2914](https://github.com/ember-template-lint/ember-template-lint/pull/2914) Fix `aria-query` related crash in `no-unsupported-role-attributes` rule ([@bmish](https://github.com/bmish))
* [#2907](https://github.com/ember-template-lint/ember-template-lint/pull/2907) Fix location reporting in `block-indentation` rule ([@judithhinlung](https://github.com/judithhinlung))

#### :house: Internal
* [#2915](https://github.com/ember-template-lint/ember-template-lint/pull/2915) Update incorrect tests ([@ef4](https://github.com/ef4))

#### Committers: 3
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Judith Lung ([@judithhinlung](https://github.com/judithhinlung))


## v5.10.1 (2023-06-07)

#### :bug: Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-template-lint",
"version": "5.10.1",
"version": "5.10.2",
"description": "Linter for Ember or Handlebars templates.",
"keywords": [
"ember",
Expand Down

0 comments on commit 516d531

Please sign in to comment.