From ec757c52e36d31c0956e0671af0194d7b739f0c5 Mon Sep 17 00:00:00 2001 From: Icebob Date: Fri, 20 Oct 2017 10:47:55 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b973809..062505a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 2.1.1 (2017-10-20) + +* :package: build ([42341a2](https://github.com/icebob/vue-form-generator/commit/42341a2)) + + + # 2.1.0 (2017-10-20) @@ -37,6 +44,7 @@ * Syntax error fix. ([6a171e3](https://github.com/icebob/vue-form-generator/commit/6a171e3)) * Test 1. version. ([cacf34f](https://github.com/icebob/vue-form-generator/commit/cacf34f)) * Test fixed. ([98bc6b6](https://github.com/icebob/vue-form-generator/commit/98bc6b6)) +* update changelog ([426cee9](https://github.com/icebob/vue-form-generator/commit/426cee9)) * Update selection field with group options. ([07bbb07](https://github.com/icebob/vue-form-generator/commit/07bbb07)) * Use `name` in checklist input fields with slugify. Fix #243 ([a60c0db](https://github.com/icebob/vue-form-generator/commit/a60c0db)), closes [#243](https://github.com/icebob/vue-form-generator/issues/243) * Use selectOptions in selectEx ([fa2acf1](https://github.com/icebob/vue-form-generator/commit/fa2acf1)) diff --git a/bower.json b/bower.json index 8c80ca0c..8b5873b8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vue-form-generator", - "version": "2.1.0", + "version": "2.1.1", "homepage": "https://github.com/icebob/vue-form-generator", "authors": [ "Icebob" diff --git a/package.json b/package.json index aaef528b..79e5838f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-form-generator", - "version": "2.1.0", + "version": "2.1.1", "description": "A schema-based form generator component for Vue.js", "homepage": "https://github.com/icebob/vue-form-generator", "main": "dist/vfg.js",