Skip to content

Commit 5a74a41

Browse files
committed
Version 2.4.0
1 parent 1826de5 commit 5a74a41

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ composer.phar
6666

6767
# Project related
6868
*.tgz
69+
/docs/

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/ankurk91/vue-flatpickr-component/compare/2.3.0...2.4.0)
4+
- Fix UglifyJS issue
35

46
## [2.3.0](https://github.com/ankurk91/vue-flatpickr-component/compare/2.2.0...2.3.0)
57
- New way to use as plugin, old one is deprecated, see new [example](https://github.com/ankurk91/vue-flatpickr-component#as-plugin)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-flatpickr-component",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Vue.js component for Flatpickr date-time picker",
55
"main": "dist/vue-flatpickr.min.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)