diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b94955..18d441e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.6.1](https://github.com/tomosterlund/qalendar/compare/v3.6.0...v3.6.1) (2023-12-01) + + +### Bug Fixes + +* prevent faulty event bubbling when clicking on month day event ([#216](https://github.com/tomosterlund/qalendar/issues/216)) ([ca95519](https://github.com/tomosterlund/qalendar/commit/ca9551901bffde5170623fe978c145f75c93b775)) + # [3.6.0](https://github.com/tomosterlund/qalendar/compare/v3.5.1...v3.6.0) (2023-11-30) diff --git a/package-lock.json b/package-lock.json index ae312b7c..1265e183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "3.6.0", + "version": "3.6.1", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index adeb8820..387f29d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "3.6.0", + "version": "3.6.1", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",