Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Nov 28, 2018
1 parent 5806ce1 commit 8ba632d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.1.2](https://github.com/ankurk91/vue-cleave-component/compare/2.1.1...2.1.2)
* Change:
- removed `type` prop, however this should work as before
- convert template to render function to reduce build size

## [2.1.1](https://github.com/ankurk91/vue-cleave-component/compare/2.1.0...2.1.1)
* Fix: `blur` event implementation, [#13](https://github.com/ankurk91/vue-cleave-component/issues/13)

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-cleave-component",
"version": "2.1.1",
"version": "2.1.2",
"description": "Vue.js component for cleave.js",
"main": "dist/vue-cleave.js",
"browser": "dist/vue-cleave.min.js",
Expand Down

0 comments on commit 8ba632d

Please sign in to comment.