Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Oct 20, 2017
1 parent 42341a2 commit ec757c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="2.1.1"></a>
## 2.1.1 (2017-10-20)

* :package: build ([42341a2](https://github.com/icebob/vue-form-generator/commit/42341a2))



<a name="2.1.0"></a>
# 2.1.0 (2017-10-20)

Expand Down Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
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": "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",
Expand Down

0 comments on commit ec757c5

Please sign in to comment.