|
7 | 7 |
|
8 | 8 | All notable changes to this project will be documented in this file. |
9 | 9 |
|
| 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 | + |
10 | 24 | ## [v3.3.1](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.1) \(2024-05-28\) |
11 | 25 |
|
12 | 26 | ### Fixed |
@@ -45,21 +59,21 @@ All notable changes to this project will be documented in this file. |
45 | 59 |
|
46 | 60 | ### Dependencies |
47 | 61 |
|
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 |
63 | 77 |
|
64 | 78 | ## [v3.1.0](https://github.com/nextcloud/nextcloud-event-bus/tree/v3.1.0) (2023-05-17) |
65 | 79 |
|
|
0 commit comments