bump version to 1.11.7

Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
This commit is contained in:
grnd-alt
2024-09-24 10:47:23 +02:00
parent 2493566efb
commit 0b52b7f945
4 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.11.7
### Fixed
- fix: Load archived card if URL is opened directly #6323
## 1.11.6
### Fixed

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.11.6</version>
<version>1.11.7</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.11.5",
"version": "1.11.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "deck",
"version": "1.11.5",
"version": "1.11.7",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",

View File

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