Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](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](0a585f2))
  • Loading branch information
semantic-release-bot committed Dec 27, 2022
1 parent 0a585f2 commit 35224d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 35224d5

Please sign in to comment.