From 057d7850cb3d71754a052dc9481c1c82ea6ea490 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2019 21:20:11 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/Draggable/formeo/compare/v1.0.13...v1.1.0) (2019-05-29) ### Features * added sticky function to controls container ([b8ddfd3](https://github.com/Draggable/formeo/commit/b8ddfd3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ef3212..a5f7c427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/Draggable/formeo/compare/v1.0.13...v1.1.0) (2019-05-29) + + +### Features + +* added sticky function to controls container ([b8ddfd3](https://github.com/Draggable/formeo/commit/b8ddfd3)) + ## [1.0.13](https://github.com/Draggable/formeo/compare/v1.0.12...v1.0.13) (2019-05-27) diff --git a/package.json b/package.json index 9cf06cfa..bac5ca18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formeo", - "version": "1.0.13", + "version": "1.1.0", "main": "dist/formeo.min.js", "files": [ "dist/*",