Skip to content

Commit f70b240

Browse files
chore(release): 4.0.4 [skip ci]
## [4.0.4](v4.0.3...v4.0.4) (2022-10-22) ### Bug Fixes * add executable flag to githooks ([4d04386](4d04386)) ### Miscellaneous Chores * update dependencies ([4000939](4000939))
1 parent 4000939 commit f70b240

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.4](https://github.com/rweich/streamdeck-ts/compare/v4.0.3...v4.0.4) (2022-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add executable flag to githooks ([4d04386](https://github.com/rweich/streamdeck-ts/commit/4d0438683894795365e3688f0b6677a28ed8b0f0))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* update dependencies ([4000939](https://github.com/rweich/streamdeck-ts/commit/40009393efd62fa73194c3af191e03d54d92d789))
17+
618
### [4.0.3](https://github.com/rweich/streamdeck-ts/compare/v4.0.2...v4.0.3) (2022-06-10)
719

820

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rweich/streamdeck-ts",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "SDK to create streamdeck plugins in typescript with typings for all events / payloads.",
55
"author": "rweich",
66
"license": "MIT",

0 commit comments

Comments
 (0)