diff --git a/CHANGELOG.md b/CHANGELOG.md index a400becd..c1904053 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. +## [2.1.2](https://github.com/tomosterlund/qalendar/compare/v2.1.1...v2.1.2) (2023-03-09) + + +### Bug Fixes + +* hide leading and trailing days in month on mobile ([#135](https://github.com/tomosterlund/qalendar/issues/135)) ([5633922](https://github.com/tomosterlund/qalendar/commit/5633922874afea413e5d6e3cd610f9ffb833db01)) + ## [2.1.1](https://github.com/tomosterlund/qalendar/compare/v2.1.0...v2.1.1) (2023-03-08) diff --git a/package-lock.json b/package-lock.json index 1413f8f3..8fb54af1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index efdc8ca1..cec06cf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "2.1.1", + "version": "2.1.2", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",