From 124763a9f138b64c344e6922aebdb49b092ab6b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Sep 2018 11:14:45 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/HHogg/sysplot/compare/v1.0.0...v2.0.0) (2018-09-05) ### Bug Fixes * **SysPlot:** Added method chaining to the setter methods ([4563c77](https://github.com/HHogg/sysplot/commit/4563c77)) * **SysPlot:** setConfig always clearing vectors ([1817350](https://github.com/HHogg/sysplot/commit/1817350)) ### Features * **Cover:** Added new cover config property ([f5f4049](https://github.com/HHogg/sysplot/commit/f5f4049)) ### BREAKING CHANGES * **Cover:** The arguments given to algorithms is now a single object. See some of the provided algorithms for an example. This only affects SysPlot when used with custom alogrithms. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..72e5a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# [2.0.0](https://github.com/HHogg/sysplot/compare/v1.0.0...v2.0.0) (2018-09-05) + + +### Bug Fixes + +* **SysPlot:** Added method chaining to the setter methods ([4563c77](https://github.com/HHogg/sysplot/commit/4563c77)) +* **SysPlot:** setConfig always clearing vectors ([1817350](https://github.com/HHogg/sysplot/commit/1817350)) + + +### Features + +* **Cover:** Added new cover config property ([f5f4049](https://github.com/HHogg/sysplot/commit/f5f4049)) + + +### BREAKING CHANGES + +* **Cover:** The arguments given to algorithms is now a single object. See some of the provided algorithms for an example. This only affects SysPlot when used with custom alogrithms.