diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af7c856..3570c5ca 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.12.0](https://github.com/tomosterlund/qalendar/compare/v1.11.0...v1.12.0) (2022-11-16) + + +### Features + +* configurable day boundaries ([#81](https://github.com/tomosterlund/qalendar/issues/81)) ([6b7e1b2](https://github.com/tomosterlund/qalendar/commit/6b7e1b250616df2190686ca86aaecf2fe84e3257)) + # [1.11.0](https://github.com/tomosterlund/qalendar/compare/v1.10.1...v1.11.0) (2022-11-16) diff --git a/package-lock.json b/package-lock.json index 4747dcd4..747cfda6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.0", diff --git a/package.json b/package.json index 7af9fdc9..9442add1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "1.11.0", + "version": "1.12.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",