Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.3...v1.3.0) (2020-03-08)

### Bug Fixes

* column resizing ([9c8a800](9c8a800))

### Features

* add disable form actions option ([df59eae](df59eae))
  • Loading branch information
semantic-release-bot committed Mar 8, 2020
1 parent d2a60b5 commit 78829eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.3.0](https://github.com/Draggable/formeo/compare/v1.2.3...v1.3.0) (2020-03-08)


### Bug Fixes

* column resizing ([9c8a800](https://github.com/Draggable/formeo/commit/9c8a80066e89c06d36fcf4319a3f88e393a38b27))


### Features

* add disable form actions option ([df59eae](https://github.com/Draggable/formeo/commit/df59eae3ecfea075894e7cbc20b000c36a338295))

## [1.2.3](https://github.com/Draggable/formeo/compare/v1.2.2...v1.2.3) (2020-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formeo",
"version": "1.2.3",
"version": "1.3.0",
"main": "dist/formeo.min.js",
"files": [
"dist/*",
Expand Down

0 comments on commit 78829eb

Please sign in to comment.