Skip to content

Commit

Permalink
chore(release): Bump version to 4.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jul 19, 2024
1 parent 7d796c1 commit 26b2d4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.

## 4.10.1

### Fixed

- fix: Bring back shared notes folder if a user manually selected it [#1327](https://github.com/nextcloud/notes/pull/1327)
- fix: Switch to vue-frag instead of vue-fragment to avoid errors during delete [#1326](https://github.com/nextcloud/notes/pull/1326)

## 4.10.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
<version>4.10.0</version>
<version>4.10.1</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"version": "4.10.0"
"version": "4.10.1"
}

0 comments on commit 26b2d4a

Please sign in to comment.