aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-profiler
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-profiler')
-rw-r--r--packages/sol-profiler/CHANGELOG.json3
-rw-r--r--packages/sol-profiler/CHANGELOG.md8
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/sol-profiler/CHANGELOG.json b/packages/sol-profiler/CHANGELOG.json
index fc928b516..54375890d 100644
--- a/packages/sol-profiler/CHANGELOG.json
+++ b/packages/sol-profiler/CHANGELOG.json
@@ -6,7 +6,8 @@
"note": "Fix a bug when some parts of the profiling report were missing because of the coverage ignore lines",
"pr": 1535
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"version": "2.0.0",
diff --git a/packages/sol-profiler/CHANGELOG.md b/packages/sol-profiler/CHANGELOG.md
index 18c1719bf..32a2bac0a 100644
--- a/packages/sol-profiler/CHANGELOG.md
+++ b/packages/sol-profiler/CHANGELOG.md
@@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v2.0.1 - _February 5, 2019_
+
+ * Fix a bug when some parts of the profiling report were missing because of the coverage ignore lines (#1535)
+
+## v2.0.0 - _Invalid date_
+
+ * Upgrade the bignumber.js to v8.0.2 (#1517)
+
## v1.0.3 - _January 17, 2019_
* Dependencies updated