Skip to content

Commit 11dd841

Browse files
committed
Bumped version to 4.0.6, updated changelog.
1 parent e676543 commit 11dd841

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.0.6
2+
3+
- fixed timeline and sidebar sections not rendering when showing too many records (partially implemented by Zuken)
4+
15
4.0.5
26

37
- fixed entire performance log not being shown if the request doesn't have slow queries (reported by sebastiaanluca, thanks!)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Clockwork",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "php dev tools integrated to your browser",
55
"scripts": {
66
"serve": "vue-cli-service serve",

platforms/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "4.0.5",
4+
"version": "4.0.6",
55

66
"description": "php dev tools integrated to your browser",
77
"homepage_url": "https://underground.works/clockwork",

platforms/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "4.0.5",
4+
"version": "4.0.6",
55

66
"description": "php dev tools integrated to your browser",
77
"homepage_url": "https://underground.works/clockwork",

0 commit comments

Comments
 (0)