diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0eadba..2250457c 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.3.0](https://github.com/tomosterlund/qalendar/compare/v2.2.0...v2.3.0) (2023-03-23) + + +### Features + +* Add Language Support for Ababic ([#145](https://github.com/tomosterlund/qalendar/issues/145)) ([96bfebd](https://github.com/tomosterlund/qalendar/commit/96bfebd2e7d1129992388e165b90739bf0016e81)) + # [2.2.0](https://github.com/tomosterlund/qalendar/compare/v2.1.3...v2.2.0) (2023-03-17) diff --git a/package-lock.json b/package-lock.json index badd6f3c..698e440a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index b957d4bf..951597db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "2.2.0", + "version": "2.3.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",