Skip to content

Commit 4dfdb6f

Browse files
authored
Merge pull request #1013 from nextcloud-libraries/chore/prepare-v3-3-3
chore: prepare release v3.3.3
2 parents 70d3866 + eefdc2b commit 4dfdb6f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77

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

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

1226
### Fixed

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)