Skip to content

Commit 03d3a39

Browse files
committed
Release v2.6.0
1 parent ee35874 commit 03d3a39

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v2.6.0 (2019-05-27)
6+
7+
* Fix: Default to 1 line ([7ab2074](https://github.com/micmro/PerfCascade/commit/7ab2074)), closes [#154](https://github.com/micmro/PerfCascade/issues/154)
8+
* chore: wrap long lines in Raw Data & Content tabs ([75f87ae](https://github.com/micmro/PerfCascade/commit/75f87ae)), closes [#154](https://github.com/micmro/PerfCascade/issues/154)
9+
* feature: add tab for text-based content #154 ([2dce61d](https://github.com/micmro/PerfCascade/commit/2dce61d)), closes [#154](https://github.com/micmro/PerfCascade/issues/154)
10+
* add table of contents ([de4c4ac](https://github.com/micmro/PerfCascade/commit/de4c4ac))
11+
* fix invalid markdown links ([1b89320](https://github.com/micmro/PerfCascade/commit/1b89320))
12+
* improve docs on other parser support ([e45a441](https://github.com/micmro/PerfCascade/commit/e45a441)), closes [#246](https://github.com/micmro/PerfCascade/issues/246)
13+
14+
15+
516
## <small>v2.5.7 (2019-04-08)</small>
617

718
* #244 add check if startRelative is valid (#245) ([2661428](https://github.com/micmro/PerfCascade/commit/2661428)), closes [#244](https://github.com/micmro/PerfCascade/issues/244) [#245](https://github.com/micmro/PerfCascade/issues/245)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perf-cascade",
3-
"version": "2.5.7",
3+
"version": "2.6.0",
44
"description": "Har file visualizer",
55
"main": "./index.js",
66
"style": "./dist/perf-cascade.css",

0 commit comments

Comments
 (0)