diff --git a/CHANGELOG.md b/CHANGELOG.md index fc61ef8e..4d991042 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.4.0](https://github.com/tomosterlund/qalendar/compare/v3.3.0...v3.4.0) (2023-07-03) + + +### Features + +* add japanese language ([#190](https://github.com/tomosterlund/qalendar/issues/190)) ([b0c945d](https://github.com/tomosterlund/qalendar/commit/b0c945da81335ba69927ed59a087994295f1795a)) + # [3.3.0](https://github.com/tomosterlund/qalendar/compare/v3.2.0...v3.3.0) (2023-06-29) diff --git a/package-lock.json b/package-lock.json index 807be2b8..4607c09a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index bcd3836a..224ba713 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "3.3.0", + "version": "3.4.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",