Skip to content

Commit

Permalink
chore: Prepare 3.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed May 7, 2024
1 parent 57a0fb6 commit 0bb4ee3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [v3.3.0](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.0) \(2024-05-07\)

### Added

- feat: Allow to fully type events by extending the `NextcloudEvents` interface [\#755](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/755) \([susnux](https://github.com/susnux)\)

### Fixed

- fix(readme): update engine requirements according to package.json [\#754](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/754) \([AaronActu](https://github.com/AaronActu)\)
- fix(docs): Adjust invalid example for typed events [\#763](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/763) ([susnux](https://github.com/susnux)\)

### Changed

- feat: Add ESLint for linting and prettier for formatting [\#759](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/759) ([susnux](https://github.com/susnux)\)
- feat: Migrate to vite for building and vitest for testing [\#758](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/758) ([susnux](https://github.com/susnux)\)

## [v3.2.0](https://github.com/nextcloud/nextcloud-event-bus/tree/v3.2.0) (2024-04-21)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/event-bus",
"version": "3.2.0",
"version": "3.3.0",
"description": "A simple event bus to communicate between Nextcloud components.",
"keywords": [
"nextcloud"
Expand Down

0 comments on commit 0bb4ee3

Please sign in to comment.