Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.7.18...v1.0.0) (2019-03-22)

### Bug Fixes

* make editorContainer optional, fix imports ([#176](#176)) ([0b954cb](0b954cb))

### BREAKING CHANGES

* window.Formeo is now window.FormeoEditor
  • Loading branch information
semantic-release-bot committed Mar 22, 2019
1 parent 0b954cb commit 6b9fac1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/Draggable/formeo/compare/v0.7.18...v1.0.0) (2019-03-22)


### Bug Fixes

* make editorContainer optional, fix imports ([#176](https://github.com/Draggable/formeo/issues/176)) ([0b954cb](https://github.com/Draggable/formeo/commit/0b954cb))


### BREAKING CHANGES

* window.Formeo is now window.FormeoEditor

## [0.7.18](https://github.com/Draggable/formeo/compare/v0.7.17...v0.7.18) (2019-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formeo",
"version": "0.7.18",
"version": "1.0.0",
"main": "dist/formeo.min.js",
"files": [
"dist/*",
Expand Down

0 comments on commit 6b9fac1

Please sign in to comment.