From 70fa18f1869eca3dca3abdf9ee15698c395473b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 18 Nov 2022 16:32:59 +0100 Subject: [PATCH] Bump version to 1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5d6407e..445def590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.8.2 + +### Fixed + +- minor style fixes [#4201](https://github.com/nextcloud/deck/pull/4201) +- feat: add validators to check values in services [#4174](https://github.com/nextcloud/deck/pull/4174) +- Add integration test for attachment handling on cards [#4179](https://github.com/nextcloud/deck/pull/4179) +- Add missing userId property [#4198](https://github.com/nextcloud/deck/pull/4198) + ## 1.8.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1c68873b4..50ac97126 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.8.1 + 1.8.2 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 0f53802cb..4f33df18c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.8.1", + "version": "1.8.2", "authors": [ { "name": "Julius Härtl", @@ -103,4 +103,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file