From 16c4f805a184230c87d4ec469a6a9e652d6e80fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 16:59:00 +0000 Subject: [PATCH] chore(release): publish version 3.8.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd48d8d..09b1d02f 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.8.0](https://github.com/tomosterlund/qalendar/compare/v3.7.0...v3.8.0) (2024-02-23) + + +### Features + +* polish translations ([#236](https://github.com/tomosterlund/qalendar/issues/236)) ([be96d75](https://github.com/tomosterlund/qalendar/commit/be96d75564b62440acd5baf629242fe5fc7bf214)) + # [3.7.0](https://github.com/tomosterlund/qalendar/compare/v3.6.1...v3.7.0) (2023-12-09) diff --git a/package-lock.json b/package-lock.json index e92c62f3..b3f4e509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qalendar", - "version": "3.7.0", + "version": "3.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qalendar", - "version": "3.7.0", + "version": "3.8.0", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.3.0", diff --git a/package.json b/package.json index d901edf6..fbc4f888 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qalendar", "description": "Event calendar and date picker for Vue 3", - "version": "3.7.0", + "version": "3.8.0", "homepage": "https://tomosterlund.github.io/qalendar/", "repository": { "type": "git",