diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb1845a..496b5c1a 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. +# [1.14.0](https://github.com/tomosterlund/qalendar/compare/v1.13.0...v1.14.0) (2022-11-27) + + +### Features + +* enable month mode in small calendar ([#100](https://github.com/tomosterlund/qalendar/issues/100)) ([a9a76de](https://github.com/tomosterlund/qalendar/commit/a9a76de4620cdf32a7c8526288e0788199a4edae)) + # [1.13.0](https://github.com/tomosterlund/qalendar/compare/v1.12.1...v1.13.0) (2022-11-25) diff --git a/package-lock.json b/package-lock.json index ece7c9ca..7aee5988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "1.13.0", + "version": "1.14.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.0", diff --git a/package.json b/package.json index db2846a0..54798cb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "1.13.0", + "version": "1.14.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",