Skip to content

Commit cc9115c

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.0...v3.1.0) (2022-01-15) ### Features * expose actionInfo property in PI ([#14](#14)) ([f137b49](f137b49))
1 parent f137b49 commit cc9115c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [3.1.0](https://github.com/rweich/streamdeck-ts/compare/v3.0.0...v3.1.0) (2022-01-15)
7+
8+
9+
### Features
10+
11+
* expose actionInfo property in PI ([#14](https://github.com/rweich/streamdeck-ts/issues/14)) ([f137b49](https://github.com/rweich/streamdeck-ts/commit/f137b49017b3e4ee442a415f35545674fb0c30b2))
12+
613
## [3.0.0](https://github.com/rweich/streamdeck-ts/compare/v2.1.3...v3.0.0) (2021-12-11)
714

815

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rweich/streamdeck-ts",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
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)