diff --git a/CHANGELOG.md b/CHANGELOG.md index 94093f1f..fc61ef8e 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.3.0](https://github.com/tomosterlund/qalendar/compare/v3.2.0...v3.3.0) (2023-06-29) + + +### Features + +* add new event datetime was clicked ([#184](https://github.com/tomosterlund/qalendar/issues/184)) ([125fe3d](https://github.com/tomosterlund/qalendar/commit/125fe3dd6318de1531e0d8b9b84c04ad62eb8aa8)) + # [3.2.0](https://github.com/tomosterlund/qalendar/compare/v3.1.0...v3.2.0) (2023-06-23) diff --git a/package-lock.json b/package-lock.json index 9c47f637..b3f57e83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "3.2.0", + "version": "3.3.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index afcb7dba..48824713 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "3.2.0", + "version": "3.3.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",