Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2018-09-05)

### Bug Fixes

* **SysPlot:** Added method chaining to the setter methods ([4563c77](4563c77))
* **SysPlot:** setConfig always clearing vectors ([1817350](1817350))

### Features

* **Cover:** Added new cover config property ([f5f4049](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.
  • Loading branch information
semantic-release-bot committed Sep 5, 2018
1 parent f5f4049 commit 124763a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 124763a

Please sign in to comment.