diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b6e48..fbc19a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/rweich/streamdeck-ts/compare/v4.1.0...v5.0.0) (2022-12-27) + + +### ⚠ BREAKING CHANGES + +* streamdeck-events experienced a breaking change between 4.1.0 -> 5.0.0. While this library itself experienced no changes, most consumers appear to use this dependency transitively. + +### Miscellaneous Chores + +* Update streamdeck-events to 5.0.0 ([0a585f2](https://github.com/rweich/streamdeck-ts/commit/0a585f2af15d81ba6b34671f43f9adb10dfcd569)) + ## [4.1.0](https://github.com/rweich/streamdeck-ts/compare/v4.0.4...v4.1.0) (2022-12-19) diff --git a/package.json b/package.json index 4fbe663..e9e9d29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rweich/streamdeck-ts", - "version": "4.1.0", + "version": "5.0.0", "description": "SDK to create streamdeck plugins in typescript with typings for all events / payloads.", "author": "rweich", "license": "MIT",