Skip to content

Commit ec757c5

Browse files
committed
bump version
1 parent 42341a2 commit ec757c5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="2.1.1"></a>
2+
## 2.1.1 (2017-10-20)
3+
4+
* :package: build ([42341a2](https://github.com/icebob/vue-form-generator/commit/42341a2))
5+
6+
7+
18
<a name="2.1.0"></a>
29
# 2.1.0 (2017-10-20)
310

@@ -37,6 +44,7 @@
3744
* Syntax error fix. ([6a171e3](https://github.com/icebob/vue-form-generator/commit/6a171e3))
3845
* Test 1. version. ([cacf34f](https://github.com/icebob/vue-form-generator/commit/cacf34f))
3946
* Test fixed. ([98bc6b6](https://github.com/icebob/vue-form-generator/commit/98bc6b6))
47+
* update changelog ([426cee9](https://github.com/icebob/vue-form-generator/commit/426cee9))
4048
* Update selection field with group options. ([07bbb07](https://github.com/icebob/vue-form-generator/commit/07bbb07))
4149
* 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)
4250
* Use selectOptions in selectEx ([fa2acf1](https://github.com/icebob/vue-form-generator/commit/fa2acf1))

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-generator",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"homepage": "https://github.com/icebob/vue-form-generator",
55
"authors": [
66
"Icebob"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-generator",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A schema-based form generator component for Vue.js",
55
"homepage": "https://github.com/icebob/vue-form-generator",
66
"main": "dist/vfg.js",

0 commit comments

Comments
 (0)