We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c586f commit df79896Copy full SHA for df79896
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
5
+<a name="v2.0.1"></a>
6
+## v2.0.1 (2017-05-19)
7
+
8
+* #122 add object-curly-spacing ([289570a](https://github.com/micmro/PerfCascade/commit/289570a))
9
+* #204 add note to Connect time with TLS ([b1301c1](https://github.com/micmro/PerfCascade/commit/b1301c1))
10
+* add object-literal-key-quotes rule and fix lint issues ([ac46b5b](https://github.com/micmro/PerfCascade/commit/ac46b5b))
11
12
13
14
<a name="v2.0.0"></a>
15
# v2.0.0 (2017-05-06)
16
package.json
@@ -1,6 +1,6 @@
1
{
"name": "perf-cascade",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Har file visualizer",
"main": "./index.js",
"style": "./dist/perf-cascade.css",
0 commit comments