Skip to content

Commit 8c4d0c3

Browse files
committed
Release 2.0.0
1 parent eaf58e1 commit 8c4d0c3

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2+
## v2.0.0 (2022-03-11)
3+
4+
#### :boom: Breaking Change
5+
* [#23](https://github.com/ember-template-lint/ember-template-lint-formatter-sonarqube/pull/23) Converts to new formatter API ([@scalvert](https://github.com/scalvert))
6+
7+
#### :house: Internal
8+
* [#27](https://github.com/ember-template-lint/ember-template-lint-formatter-sonarqube/pull/27) Converting to use TypeScript with tsup ([@scalvert](https://github.com/scalvert))
9+
* [#26](https://github.com/ember-template-lint/ember-template-lint-formatter-sonarqube/pull/26) Converting to vitest ([@scalvert](https://github.com/scalvert))
10+
* [#24](https://github.com/ember-template-lint/ember-template-lint-formatter-sonarqube/pull/24) Converting to @scalvert/bin-tester ([@scalvert](https://github.com/scalvert))
11+
12+
#### Committers: 1
13+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
14+
15+
116
## v1.0.0 (2022-01-20)
217

318
Initial Release

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": "1.0.0",
3+
"version": "2.0.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)