From 97239dda465b4894c3e25c581a2a965d6f3b93e2 Mon Sep 17 00:00:00 2001 From: Benjamin Frueh Date: Thu, 25 Jun 2026 13:11:09 +0200 Subject: [PATCH] chore(release): v5.0.2 Signed-off-by: Benjamin Frueh --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5ecf08c..96b44c1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 5.0.2 + +### Changes + +* [chore: escape inline markdown content (notes#1908)](https://github.com/nextcloud/notes/pull/1908) + ## 5.0.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 7f5fa5ad1..266355dea 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Distraction-free notes and writing - 5.0.1 + 5.0.2 agpl Kristof Hamann Bernhard Posselt diff --git a/package-lock.json b/package-lock.json index 8376e12f3..11ec89fae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notes", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notes", - "version": "5.0.1", + "version": "5.0.2", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.6.0", diff --git a/package.json b/package.json index dad41d05b..74bc11b50 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "5.0.1" + "version": "5.0.2" }