Skip to content

Commit 737addf

Browse files
authored
Merge pull request #931 from nextcloud-libraries/chore/3-3-2
2 parents 3c53520 + 0487bd5 commit 737addf

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

CHANGELOG.md

Lines changed: 29 additions & 15 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.2](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.2) \(2025-02-28\)
11+
12+
### Fixed
13+
14+
- fix: Allow events without parameters [\#792](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/792) ([susnux](https://github.com/susnux)\)
15+
- fix: Resolve typos in doc strings [\#862](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/862) ([susnux](https://github.com/susnux)\)
16+
17+
### Changed
18+
19+
- Updated development dependencies
20+
- chore(deps): Bump semver to 7.6.3
21+
- Migrate REUSE to TOML format [\#801](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/801) ([AndyScherzinger](https://github.com/AndyScherzinger)\)
22+
- Update dependabot-approve-merge.yml from org [\#826](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/826) ([AndyScherzinger](https://github.com/AndyScherzinger)\)
23+
1024
## [v3.3.1](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.1) \(2024-05-28\)
1125

1226
### Fixed
@@ -45,21 +59,21 @@ All notable changes to this project will be documented in this file.
4559

4660
### Dependencies
4761

48-
- chore(deps-dev): Bump @rollup/plugin-replace from 5.0.2 to 5.0.3 by @dependabot
49-
- chore(deps-dev): Bump @rollup/plugin-typescript from 11.1.1 to 11.1.5 by @dependabot
50-
- chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 by @dependabot
51-
- chore(deps-dev): Bump @types/semver from 7.5.0 to 7.5.3 by @dependabot
52-
- chore(deps-dev): Bump jest from 29.5.0 to 29.7.0 by @dependabot
53-
- chore(deps-dev): Bump jest-environment-jsdom from 29.5.0 to 29.7.0 by @dependabot
54-
- chore(deps-dev): Bump rollup from 2.79.1 to 4.0.2 by @dependabot
55-
- chore(deps-dev): Bump semver from 7.5.3 to 7.5.4 by @dependabot
56-
- chore(deps-dev): Bump tslib from 2.5.0 to 2.6.2 by @dependabot
57-
- chore(deps-dev): Bump typedoc from 0.24.7 to 0.25.2 by @dependabot
58-
- chore(deps-dev): Bump typescript from 5.0.4 to 5.2.2 by @dependabot
59-
- chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot
60-
- chore(deps): Bump @types/node from 20.1.7 to 20.8.6 by @dependabot
61-
- chore(deps): Bump semver from 7.5.1 to 7.5.3 by @dependabot
62-
- chore(deps): Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot
62+
- chore(deps-dev): Bump @rollup/plugin-replace to 5.0.3
63+
- chore(deps-dev): Bump @rollup/plugin-typescript to 11.1.5
64+
- chore(deps-dev): Bump @types/node to 20.4.1
65+
- chore(deps-dev): Bump @types/semver to 7.5.3
66+
- chore(deps-dev): Bump jest to 29.7.0
67+
- chore(deps-dev): Bump jest-environment-jsdom to 29.7.0
68+
- chore(deps-dev): Bump rollup to 4.0.2
69+
- chore(deps-dev): Bump semver to 7.5.4
70+
- chore(deps-dev): Bump tslib to 2.6.2
71+
- chore(deps-dev): Bump typedoc to 0.25.2
72+
- chore(deps-dev): Bump typescript to 5.2.2
73+
- chore(deps-dev): Bump word-wrap to 1.2.4
74+
- chore(deps): Bump @types/node to 20.8.6
75+
- chore(deps): Bump semver to 7.5.3
76+
- chore(deps): Bump tough-cookie to 4.1.3
6377

6478
## [v3.1.0](https://github.com/nextcloud/nextcloud-event-bus/tree/v3.1.0) (2023-05-17)
6579

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

0 commit comments

Comments
 (0)