Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.7.0...v1.0.0) (2019-02-09)

### Features

* allow custom attr ([de67d77](de67d77))

### BREAKING CHANGES

* replace parentClass by field.attr.class or attr.class
  • Loading branch information
semantic-release-bot committed Feb 9, 2019
1 parent bff8865 commit ec1944e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/14nrv/vue-form-json/compare/v0.7.0...v1.0.0) (2019-02-09)


### Features

* allow custom attr ([de67d77](https://github.com/14nrv/vue-form-json/commit/de67d77))


### BREAKING CHANGES

* replace parentClass by field.attr.class or attr.class

# [0.7.0](https://github.com/14nrv/vue-form-json/compare/v0.6.0...v0.7.0) (2019-02-02)


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-json",
"version": "0.7.0",
"version": "1.0.0",
"description": "Generate a vue form with validation and bulma style, from json",
"author": "14nrv",
"license": "MIT",
Expand Down

0 comments on commit ec1944e

Please sign in to comment.