Skip to content

Commit 1a2dc2e

Browse files
committed
v1.4.0
## [Version 1.4.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.4.0) (2022-08-19) ## What's Changed - Added support for Plug Mini (j) & (g) - Housekeeping and update dependencies **Full Changelog**: v1.3.0...v1.4.0
1 parent 14e09d7 commit 1a2dc2e

24 files changed

+3189
-2462
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bug-Report
22
description: Report a Bug to help us improve
33
title: "Bug:"
44
labels: [bug]
5-
assignees: 'donavanbecker'
5+
assignees: "donavanbecker"
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ contact_links:
88
about: The Offical SwitchBot Facebook Page.
99
- name: Twitter @SwitchBot
1010
url: https://twitter.com/switchbot
11-
about: The Offical SwitchBot Twitter.
11+
about: The Offical SwitchBot Twitter.

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature Request
22
description: Suggest an idea for this project
33
title: "Feature Request: "
44
labels: [enhancement]
5-
assignees: 'donavanbecker'
5+
assignees: "donavanbecker"
66
body:
77
- type: markdown
88
attributes:
@@ -15,7 +15,7 @@ body:
1515
- type: input
1616
attributes:
1717
label: Problem
18-
placeholder: A clear and concise description of what the problem is. Ex. I am always frustrated when [...]
18+
placeholder: A clear and concise description of what the problem is. Ex. I am always frustrated when [...]
1919
validations:
2020
required: false
2121
- type: input

.github/PULL_REQUEST_TEMPLATE/pull_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Enhancement
33
about: Contribute to Plugin through Pull Request
4-
title: ''
5-
labels: 'enhancement'
6-
assignees: 'donavanbecker'
4+
title: ""
5+
labels: "enhancement"
6+
assignees: "donavanbecker"
77
---
88

99
**Is your enhancement related to a problem? Please describe.**

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: 'npm' # See documentation for possible values
9-
directory: '/' # Location of package manifests
10-
target-branch: 'beta'
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
target-branch: "beta"
1111
schedule:
12-
interval: 'daily'
13-
- package-ecosystem: 'github-actions' # See documentation for possible values
14-
directory: '/' # Location of package manifests
15-
target-branch: 'beta'
12+
interval: "daily"
13+
- package-ecosystem: "github-actions" # See documentation for possible values
14+
directory: "/" # Location of package manifests
15+
target-branch: "beta"
1616
schedule:
17-
interval: 'daily'
17+
interval: "daily"

.github/workflows/codeql-analysis.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ latest ]
16+
branches: [latest]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ latest ]
19+
branches: [latest]
2020
schedule:
21-
- cron: '25 20 * * 2'
21+
- cron: "25 20 * * 2"
2222

2323
jobs:
2424
analyze:
@@ -32,39 +32,39 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: [ 'javascript' ]
35+
language: ["javascript"]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3737
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3838

3939
steps:
40-
- name: Checkout repository
41-
uses: actions/checkout@v2
40+
- name: Checkout repository
41+
uses: actions/checkout@v2
4242

43-
# Initializes the CodeQL tools for scanning.
44-
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
46-
with:
47-
languages: ${{ matrix.language }}
48-
# If you wish to specify custom queries, you can do so here or in a config file.
49-
# By default, queries listed here will override any specified in a config file.
50-
# Prefix the list here with "+" to use these queries and those in the config file.
51-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
43+
# Initializes the CodeQL tools for scanning.
44+
- name: Initialize CodeQL
45+
uses: github/codeql-action/init@v1
46+
with:
47+
languages: ${{ matrix.language }}
48+
# If you wish to specify custom queries, you can do so here or in a config file.
49+
# By default, queries listed here will override any specified in a config file.
50+
# Prefix the list here with "+" to use these queries and those in the config file.
51+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5252

53-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54-
# If this step fails, then you should remove it and run the build manually (see below)
55-
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v1
53+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54+
# If this step fails, then you should remove it and run the build manually (see below)
55+
- name: Autobuild
56+
uses: github/codeql-action/autobuild@v1
5757

58-
# ℹ️ Command-line programs to run using the OS shell.
59-
# 📚 https://git.io/JvXDl
58+
# ℹ️ Command-line programs to run using the OS shell.
59+
# 📚 https://git.io/JvXDl
6060

61-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62-
# and modify them (or add more) to build your code if your project
63-
# uses a compiled language
61+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
62+
# and modify them (or add more) to build your code if your project
63+
# uses a compiled language
6464

65-
#- run: |
66-
# make bootstrap
67-
# make release
65+
#- run: |
66+
# make bootstrap
67+
# make release
6868

69-
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
69+
- name: Perform CodeQL Analysis
70+
uses: github/codeql-action/analyze@v1

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- beta
7+
- beta
88

99
jobs:
1010
automerge:

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
- uses: actions/labeler@v4
1717
with:
18-
repo-token: '${{ secrets.GITHUB_TOKEN }}'
18+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
44

5-
## [Version 1.3.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.2.0) (2022-06-25)
5+
## [Version 1.4.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.4.0) (2022-08-19)
6+
7+
## What's Changed
8+
9+
- Added support for Plug Mini (j) & (g)
10+
- Housekeeping and update dependencies
11+
12+
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v1.3.0...v1.4.0
13+
14+
## [Version 1.3.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.3.0) (2022-06-25)
615

716
## What's Changed
817

@@ -116,7 +125,7 @@ All notable changes to this project will be documented in this file. This projec
116125

117126
## What's Changed
118127

119-
- * fix "No device was found" in MacOS
128+
- - fix "No device was found" in MacOS
120129

121130
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v0.2.0...v1.0.0
122131

@@ -166,4 +175,4 @@ All notable changes to this project will be documented in this file. This projec
166175

167176
## What's Changed
168177

169-
- First public release
178+
- First public release

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1111
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1212
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1313
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14-
PERFORMANCE OF THIS SOFTWARE.
14+
PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)