Skip to content

Commit acae853

Browse files
committed
Release 2.1.0
1 parent 0d78cd2 commit acae853

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

22

3+
4+
## v2.1.0 (2022-09-29)
5+
6+
#### :rocket: Enhancement
7+
* [#89](https://github.com/ember-template-lint/ember-template-lint-formatter-sonarqube/pull/89) Generate a template json file when there is no output from ETL ([@zhanwang626](https://github.com/zhanwang626))
8+
9+
#### Committers: 1
10+
- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))
11+
12+
313
## v2.0.1 (2022-04-28)
414

515
#### :bug: Bug Fix

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-template-lint-formatter-sonarqube",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "An ember-template-lint formatter to output JSON in a format compatible with SonarQube external analyzer format",
55
"keywords": [
66
"ember-template-lint"

0 commit comments

Comments
 (0)