From 7858ffba2fa4c453461d69f479bb1686ba8fe228 Mon Sep 17 00:00:00 2001 From: Richard Herman Date: Tue, 23 Jul 2024 13:09:16 +0100 Subject: [PATCH] 0.3.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ded48f..586ba31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elgato/schemas", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@elgato/schemas", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "devDependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/package.json b/package.json index 3fdcda6..0fb1b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elgato/schemas", - "version": "0.3.5", + "version": "0.3.6", "description": "Collection of schemas, and TypeScript declarations, to support the creation and validation of Stream Deck SDK files", "main": "./dist/index.js", "types": "./dist/index.d.ts",