homey-lib 2.26.0 → 2.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,7 @@ name: Deploy
19
19
  # Defines the trigger for this action, in general you want it to run when pushing to production | testing. For more
20
20
  # information see: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#about-workflow-events)
21
21
  on:
22
+ workflow_dispatch:
22
23
  push:
23
24
  branches:
24
25
  - production
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-lib",
3
- "version": "2.26.0",
3
+ "version": "2.26.1",
4
4
  "description": "Shared Library for Homey",
5
5
  "main": "index.js",
6
6
  "scripts": {