Skip to content

Commit 6b9fac1

Browse files
chore(release): 1.0.0 [skip ci]
# [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
1 parent 0b954cb commit 6b9fac1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0](https://github.com/Draggable/formeo/compare/v0.7.18...v1.0.0) (2019-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* make editorContainer optional, fix imports ([#176](https://github.com/Draggable/formeo/issues/176)) ([0b954cb](https://github.com/Draggable/formeo/commit/0b954cb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* window.Formeo is now window.FormeoEditor
12+
113
## [0.7.18](https://github.com/Draggable/formeo/compare/v0.7.17...v0.7.18) (2019-03-19)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formeo",
3-
"version": "0.7.18",
3+
"version": "1.0.0",
44
"main": "dist/formeo.min.js",
55
"files": [
66
"dist/*",

0 commit comments

Comments
 (0)