Skip to content

Commit

Permalink
chore: Release 0.1.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMajora authored Mar 10, 2022
1 parent 2e13185 commit 13bb689
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 0.1.1

* chore: Add dependabot for github actions by @CelticMajora in https://github.com/Betterment/better_test_reporter/pull/34
* chore: Add pana verification by @CelticMajora in https://github.com/Betterment/better_test_reporter/pull/35
* chore: Rollback dependabot by @CelticMajora in https://github.com/Betterment/better_test_reporter/pull/38
* fix(pana): Update build config to fix pana score by @CelticMajora in https://github.com/Betterment/better_test_reporter/pull/39

## 0.1.0

- Upgrade `build_runner`, `freezed`, `json_serializable`, `test`, `freezed_annotation`, `json_annotation`, and `xml`
- Upgrade to dart 2.15.0
* Upgrade `build_runner`, `freezed`, `json_serializable`, `test`, `freezed_annotation`, `json_annotation`, and `xml`
* Upgrade to dart 2.15.0

## 0.0.1

- Initial version.
* Initial version.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: better_test_reporter
description: A CLI for generating a junit xml report from dart test json output and libraries for parsing test json into dev-friendly models
version: 0.1.0
version: 0.1.1
homepage: https://github.com/Betterment/better_test_reporter

environment:
Expand Down

0 comments on commit 13bb689

Please sign in to comment.