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.18...v2.0.0) (2019-09-21)

### Bug Fixes

* enable println logging in consumers ([bce5606](bce5606))

### Features

* export components rather than render functions ([a6c8461](a6c8461)), closes [#23](#23)
* remove react-dom dependency ([e929fd7](e929fd7))

### BREAKING CHANGES

* The external interface has completely changed. It is not compatible with previous
versions.
  • Loading branch information
semantic-release-bot committed Sep 21, 2019
1 parent 5616558 commit e314f29
Show file tree
Hide file tree
Showing 3 changed files with 3,504 additions and 3,467 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# [2.0.0](https://github.com/agiledigital/mule-preview/compare/v1.0.18...v2.0.0) (2019-09-21)


### Bug Fixes

* enable println logging in consumers ([bce5606](https://github.com/agiledigital/mule-preview/commit/bce5606))


### Features

* export components rather than render functions ([a6c8461](https://github.com/agiledigital/mule-preview/commit/a6c8461)), closes [#23](https://github.com/agiledigital/mule-preview/issues/23)
* remove react-dom dependency ([e929fd7](https://github.com/agiledigital/mule-preview/commit/e929fd7))


### BREAKING CHANGES

* The external interface has completely changed. It is not compatible with previous
versions.
Loading

0 comments on commit e314f29

Please sign in to comment.