diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8725e2..14829f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file. +## [v3.3.1](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.1) \(2024-05-28\) + +### Fixed + +- fix: Do not include declarations for private globals in distribution [\#772](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/772) ([susnux](https://github.com/susnux)\) + +### Changed + +- chore: Add license information to files and add REUSE workflow [\#773](https://github.com/nextcloud-libraries/nextcloud-event-bus/pull/773) ([susnux](https://github.com/susnux)\) + ## [v3.3.0](https://github.com/nextcloud-libraries/nextcloud-event-bus/tree/v3.3.0) \(2024-05-07\) ### Added diff --git a/package-lock.json b/package-lock.json index 8f447730..4b4f92a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/event-bus", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/event-bus", - "version": "3.3.0", + "version": "3.3.1", "license": "GPL-3.0-or-later", "dependencies": { "@types/node": "^20.12.12", diff --git a/package.json b/package.json index bfe45ea5..f8b31575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/event-bus", - "version": "3.3.0", + "version": "3.3.1", "description": "A simple event bus to communicate between Nextcloud components.", "keywords": [ "nextcloud"