From 0bb4ee39c5899d711a103bee07a91c72ffc32eb7 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 3 May 2024 23:40:30 +0200 Subject: [PATCH] chore: Prepare 3.3.0 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e276a5..d5dfd8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 7246cd6e..f2c19395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/event-bus", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/event-bus", - "version": "3.2.0", + "version": "3.3.0", "license": "GPL-3.0-or-later", "dependencies": { "@types/node": "^20.12.10", diff --git a/package.json b/package.json index 0781bbfa..82ec2325 100644 --- a/package.json +++ b/package.json @@ -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"