Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Mar 31, 2018
1 parent 8692fda commit dc7ffbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



<a name="v2.3.0"></a>
## v2.3.0 (2018-03-31)

* #224 throw error if startedDateTime is missing in HAR ([0757c2d](https://github.com/micmro/PerfCascade/commit/0757c2d)), closes [#224](https://github.com/micmro/PerfCascade/issues/224)
* added ts strict mode and fixed resulting issues ([e2d0afc](https://github.com/micmro/PerfCascade/commit/e2d0afc))
* Hide fields with null values. ([09117bf](https://github.com/micmro/PerfCascade/commit/09117bf))
* update dependnecies ([b43e4de](https://github.com/micmro/PerfCascade/commit/b43e4de))
* chore: update dependencies and fix new lint/compiler issues ([e328799](https://github.com/micmro/PerfCascade/commit/e328799))



<a name="v2.2.3"></a>
## <small>v2.2.3 (2018-02-18)</small>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perf-cascade",
"version": "2.2.3",
"version": "2.3.0",
"description": "Har file visualizer",
"main": "./index.js",
"style": "./dist/perf-cascade.css",
Expand Down

0 comments on commit dc7ffbf

Please sign in to comment.