Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Oct 21, 2017
1 parent bfa7f16 commit 81a1a18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@



<a name="v2.2.0"></a>
# v2.2.0 (2017-10-21)

* Lock tslint to 5.4 for now, to avoid build issues. ([95b8613](https://github.com/micmro/PerfCascade/commit/95b8613))
* make it wider on larger screens ([d6c9474](https://github.com/micmro/PerfCascade/commit/d6c9474))
* Only allow console.warn in a few selected places. ([0d4c2cc](https://github.com/micmro/PerfCascade/commit/0d4c2cc))
* Remove unused function. ([966a12f](https://github.com/micmro/PerfCascade/commit/966a12f))
* Set fixedLengthMs from outside of PerfCascade (#211) ([4401f26](https://github.com/micmro/PerfCascade/commit/4401f26))
* Typescript to 2.3 for now, to avoid build issues ([05be814](https://github.com/micmro/PerfCascade/commit/05be814))



<a name="v2.1.1"></a>
## v2.1.1 (2017-06-26)

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.1.1",
"version": "2.2.0",
"description": "Har file visualizer",
"main": "./index.js",
"style": "./dist/perf-cascade.css",
Expand Down

0 comments on commit 81a1a18

Please sign in to comment.