Merge pull request #4157 from nextcloud/release/1.8.1

This commit is contained in:
Marcel Klehr
2022-10-27 11:47:05 +02:00
committed by GitHub
4 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.8.1
### Fixed
- Fix Duedate activity @nickvergessen [#4155](https://github.com/nextcloud/deck/pull/4155)
## 1.8.0
### Added

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.8.0</version>
<version>1.8.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "deck",
"version": "1.8.0",
"version": "1.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.8.0",
"version": "1.8.1",
"authors": [
{
"name": "Julius Härtl",