Skip to content

Commit a8efed9

Browse files
committed
chore: prepare release v3.3.3
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 70d3866 commit a8efed9

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,19 @@
77

88
All notable changes to this project will be documented in this file.
99

10-
## [v3.3.2](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.2) \(2025-02-28\)
10+
## [v3.3.3](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.3) \(2025-11-07\)
11+
### Changed
12+
* build: use consistent script names for npm ([#995](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/995))
13+
* chore: update node version to include LTS and active ([#994](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/994))
14+
* chore: align `devEngines` with apps Node version ([#1012](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/1012))
15+
* chore(deps): Bump `@types/semver` to 7.7.0 ([#954](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/954))
16+
* chore(deps): Bump `semver` to 7.7.2 ([#986](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/986))
17+
* ci: update reuse.yml workflow from template ([#1009](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/1009))
18+
* ci: update npm-publish.yml workflow from template ([#1010](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/1010))
19+
* ci: update workflows from organization ([#1011](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/1011))
20+
* refactor: adjust code to already comply with upcoming ESLint v9 ([#996](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/996))
1121

22+
## [v3.3.2](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.2) \(2025-02-28\)
1223
### Fixed
1324

1425
- fix: Allow events without parameters [\#792](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/792) ([susnux](https://github.com/susnux)\)

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/event-bus",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "A simple event bus to communicate between Nextcloud components.",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)