From f70b240451e7bc951c3cfccab8a3639763be0562 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 Oct 2022 16:20:30 +0000 Subject: [PATCH] chore(release): 4.0.4 [skip ci] ## [4.0.4](https://github.com/rweich/streamdeck-ts/compare/v4.0.3...v4.0.4) (2022-10-22) ### Bug Fixes * add executable flag to githooks ([4d04386](https://github.com/rweich/streamdeck-ts/commit/4d0438683894795365e3688f0b6677a28ed8b0f0)) ### Miscellaneous Chores * update dependencies ([4000939](https://github.com/rweich/streamdeck-ts/commit/40009393efd62fa73194c3af191e03d54d92d789)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b898fac..80aa3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.4](https://github.com/rweich/streamdeck-ts/compare/v4.0.3...v4.0.4) (2022-10-22) + + +### Bug Fixes + +* add executable flag to githooks ([4d04386](https://github.com/rweich/streamdeck-ts/commit/4d0438683894795365e3688f0b6677a28ed8b0f0)) + + +### Miscellaneous Chores + +* update dependencies ([4000939](https://github.com/rweich/streamdeck-ts/commit/40009393efd62fa73194c3af191e03d54d92d789)) + ### [4.0.3](https://github.com/rweich/streamdeck-ts/compare/v4.0.2...v4.0.3) (2022-06-10) diff --git a/package.json b/package.json index 4ce465e..979227d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rweich/streamdeck-ts", - "version": "4.0.3", + "version": "4.0.4", "description": "SDK to create streamdeck plugins in typescript with typings for all events / payloads.", "author": "rweich", "license": "MIT",