bump version to 1.14.1

Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
This commit is contained in:
grnd-alt
2024-09-24 10:51:17 +02:00
parent d9c468229c
commit a18da4b2d5
4 changed files with 10 additions and 5 deletions

View File

@@ -5,6 +5,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.14.0
### Fixed
- fix: Load archived card if URL is opened directly #6326
- Update nextcloud/ocp dependency #6322
## 1.14.0
### Added

View File

@@ -20,7 +20,7 @@
- 🚀 Get your project organized
</description>
<version>1.14.0</version>
<version>1.14.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "deck",
"version": "1.14.0",
"version": "1.14.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "deck",
"version": "1.14.0",
"version": "1.14.1",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.14.0",
"version": "1.14.1",
"authors": [
{
"name": "Julius Härtl",
@@ -107,4 +107,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}