Skip to content

Commit 49a6235

Browse files
committed
build(release): 4.12.2
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent 6d4c004 commit 49a6235

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@ Types of changes:
1212
- *Fixed* for any bug fixes.
1313
- *Security* in case of vulnerabilities.
1414

15+
## 4.12.2
16+
17+
### Fixed
18+
19+
* Fix: Update internalPath after updating title by @enjeck in [#1577](https://github.com/nextcloud/notes/pull/1577)
20+
* Fixed Title heading sync broken - Failed to push steps by @theroch in [#1580](https://github.com/nextcloud/notes/pull/1580)
21+
22+
### Dependencies
23+
24+
* Update nextcloud/ocp dependencies by @nextcloud-command in [#1562](https://github.com/nextcloud/notes/pull/1562)
25+
* Fix npm audit by @nextcloud-command in [#1563](https://github.com/nextcloud/notes/pull/1563)
26+
* Chore(deps-dev): Bump squizlabs/php_codesniffer from 3.12.2 to 3.13.0 by @dependabot in [#1564](https://github.com/nextcloud/notes/pull/1564)
27+
* Ci: update node.yml workflow from template by @nextcloud-command in [#1565](https://github.com/nextcloud/notes/pull/1565)
28+
* Chore(deps): Bump @nextcloud/dialogs from 6.3.0 to 6.3.1 by @dependabot in [#1569](https://github.com/nextcloud/notes/pull/1569)
29+
* Fix npm audit by @nextcloud-command in [#1571](https://github.com/nextcloud/notes/pull/1571)
30+
* Chore(deps): Bump svenstaro/upload-release-action from 2.9.0 to 2.10.0 by @dependabot in [#1574](https://github.com/nextcloud/notes/pull/1574)
31+
* Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot in [#1575](https://github.com/nextcloud/notes/pull/1575)
32+
* Ci: update reuse.yml workflow from template by @nextcloud-command in [#1582](https://github.com/nextcloud/notes/pull/1582)
33+
* Chore(deps-dev): Bump phan/phan from 5.4.5 to 5.5.0 by @dependabot in [#1584](https://github.com/nextcloud/notes/pull/1584)
34+
* Chore(deps-dev): Bump squizlabs/php_codesniffer from 3.13.0 to 3.13.2 by @dependabot in [#1585](https://github.com/nextcloud/notes/pull/1585)
35+
* Chore(deps-dev): Bump php-cs-fixer/shim from 3.75.0 to 3.76.0 by @dependabot in [#1586](https://github.com/nextcloud/notes/pull/1586)
36+
* Update nextcloud/ocp dependencies by @nextcloud-command in [#1588](https://github.com/nextcloud/notes/pull/1588)
37+
* Chore(deps): Bump svenstaro/upload-release-action from 2.10.0 to 2.11.2 by @dependabot in [#1590](https://github.com/nextcloud/notes/pull/1590)
38+
* Chore(deps): Bump skjnldsv/xpath-action from 7e6a7c379d0e9abc8acaef43df403ab4fc4f770c to f5b036e9d973f42c86324833fd00be90665fbf77 by @dependabot in [#1591](https://github.com/nextcloud/notes/pull/1591)
39+
40+
1541
## 4.12.1
1642

1743
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<summary>Distraction-free notes and writing</summary>
1111
<description><![CDATA[
1212
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 apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), as well as [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.]]></description>
13-
<version>4.12.1</version>
13+
<version>4.12.2</version>
1414
<licence>agpl</licence>
1515
<author>Kristof Hamann</author>
1616
<author>Bernhard Posselt</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"browserslist": [
4747
"extends @nextcloud/browserslist-config"
4848
],
49-
"version": "4.12.1"
49+
"version": "4.12.2"
5050
}

0 commit comments

Comments
 (0)