From 81d1d97a2e42259aeb71382ed49a7fb725d51ef9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 09:40:17 +0530 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/shubhadip/vuejs3-datepicker/compare/v1.1.2...v1.1.3) (2024-05-14) ### Bug Fixes * update hook name for directives ([cf25828](https://github.com/shubhadip/vuejs3-datepicker/commit/cf2582815847d76f88c54324eb68ee64624c92eb)) * update hook name for directives ([c2af407](https://github.com/shubhadip/vuejs3-datepicker/commit/c2af4075562b9e52572cff3c74a666cc54a941e9)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7cbac..1a4bbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.3](https://github.com/shubhadip/vuejs3-datepicker/compare/v1.1.2...v1.1.3) (2024-05-14) + + +### Bug Fixes + +* update hook name for directives ([cf25828](https://github.com/shubhadip/vuejs3-datepicker/commit/cf2582815847d76f88c54324eb68ee64624c92eb)) +* update hook name for directives ([c2af407](https://github.com/shubhadip/vuejs3-datepicker/commit/c2af4075562b9e52572cff3c74a666cc54a941e9)) + ## [1.1.2](https://github.com/shubhadip/vuejs3-datepicker/compare/v1.1.1...v1.1.2) (2023-11-26) diff --git a/package.json b/package.json index 0b85154..285ad12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuejs3-datepicker", - "version": "1.1.2", + "version": "1.1.3", "description": "Vue 3 datepicker", "files": [ "build/*"