Skip to content

Commit

Permalink
Prepare release v0.6.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.0.0
  • Loading branch information
harcop committed Jul 5, 2022
1 parent a39b018 commit 368d918
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2022-07-05
### Added
- If an error is thrown it contains the response body

Expand All @@ -18,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed the `ONE_REPORT_ORGANIZATION` environment variable to `ONE_REPORT_PROJECT_ID`

## [0.5.0] - 2022-06-29

### Changed
- Added the ability to pick up `ONE_REPORT_ORGANIZATION`, `ONE_REPORT_TOKEN`, `ONE_REPORT_URL` environment variables, so GitHub Action inputs or command-line options do not need to be specified.
- Changed the `--organization-id` command-line option to `--organization`.
Expand Down Expand Up @@ -114,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release

[Unreleased]: https://github.com/smartbear/one-report-publisher/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/smartbear/one-report-publisher/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/smartbear/one-report-publisher/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/smartbear/one-report-publisher/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/smartbear/one-report-publisher/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/smartbear/one-report-publisher/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion 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": "@smartbear/one-report-publisher",
"version": "0.5.0",
"version": "0.6.0",
"description": "Publish Test Results to SmartBear OneReport",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 368d918

Please sign in to comment.