Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 9874b8b

Browse files
committed
v11.0.5
1 parent db2abc4 commit 9874b8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [11.0.5](https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.4...11.0.5)
4+
5+
* Export types, #287
6+
37
## [11.0.4](https://github.com/ankurk91/vue-flatpickr-component/compare/11.0.3...11.0.4)
48

59
* Fix issue, #283

package.json

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

0 commit comments

Comments
 (0)