Skip to content

Commit

Permalink
chore: release v3.1.0 (#182)
Browse files Browse the repository at this point in the history
* chore: release v3.1.0

* Update CHANGELOG.md
  • Loading branch information
Kesin11 authored Dec 10, 2020
1 parent 1dfc4b1 commit fa470ee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.1.0](https://github.com/Kesin11/CIAnalyzer/compare/v3.0.1...v3.1.0) (2020-12-10)

### New
CIAnalyzer support to correct Bitrise build data from v3.1.0 :tada:


### Bug Fixes

* **Bitrise:** Parse steps correctly when summary table is too long ([32dabd7](https://github.com/Kesin11/CIAnalyzer/commit/32dabd75f2fc18d6460fdd8abc96a881881440a6))
* **Github:** Adopt for update octokit types ([2dd67ec](https://github.com/Kesin11/CIAnalyzer/commit/2dd67ecfeccdc39ba9fe8618905551a1dee2aebe))


### Features

* **Bitrise:** Correct custom report from Bitrise artifacts ([87c7fe2](https://github.com/Kesin11/CIAnalyzer/commit/87c7fe23592ab67a89ae527af274af52bcb5bdd9))
* **Bitrise:** Correct JUnit test data from Bitrise artifacts ([217a952](https://github.com/Kesin11/CIAnalyzer/commit/217a952845577a88cf481181f5cd7ff19ceb399e))



## [3.0.1](https://github.com/Kesin11/CIAnalyzer/compare/v3.0.0...v3.0.1) (2020-11-20)


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": "ci_analyzer",
"version": "3.0.1",
"version": "3.1.0",
"description": "Export multiple CI service build data for analyzing.",
"repository": {
"type": "git",
Expand Down

0 comments on commit fa470ee

Please sign in to comment.