diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c20d706..3713fc276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 0ec1a84e1..31bc8ee09 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.11.6 + 1.11.7 agpl Julius Härtl diff --git a/package-lock.json b/package-lock.json index c25a2c746..56ee57b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 4e0e0793a..7f73f2c1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.11.6", + "version": "1.11.7", "authors": [ { "name": "Julius Härtl", @@ -105,4 +105,4 @@ "/node_modules/jest-serializer-vue" ] } -} \ No newline at end of file +}