diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c71c9499..e63730f4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.12.6](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.6) (2023-09-26) + +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.5...v7.12.6) + +### :bug: Fixed bugs +- fix(NcEmojiPicker): Set type to `native` for selected emoji by @mejo- in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4579 + ## [v7.12.5](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.5) (2023-09-16) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.4...v7.12.5) diff --git a/package-lock.json b/package-lock.json index fc40fa24c2..aa6fe2a7af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.12.5", + "version": "7.12.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.12.5", + "version": "7.12.6", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index dd64aea9e5..aded841c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.12.5", + "version": "7.12.6", "description": "Nextcloud vue components", "keywords": [ "vuejs",