Skip to content

Commit bd44206

Browse files
committed
v3.5.0 (#291)
- Fix the return value of SwitchBotOpenAPI.getDeviceStatus() method [#290](#290), Thanks [@kemuridama](https://github.com/kemuridama) - Fix circular dependencies - Housekeeping and update dependencies **Full Changelog**: v3.4.0...v3.5.0
1 parent ca9e225 commit bd44206

File tree

264 files changed

+5651
-7797
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+5651
-7797
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.repository == 'OpenWonderLabs/node-switchbot' }}
2323
permissions:
2424
id-token: write
25-
uses: OpenWonderLabs/.github/.github/workflows/npm-publish.yml@latest
25+
uses: OpenWonderLabs/.github/.github/workflows/npm-publish-esm.yml@latest
2626
with:
2727
tag: 'beta'
2828
dynamically_adjust_version: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ github.repository == 'OpenWonderLabs/node-switchbot' }}
1818
permissions:
1919
id-token: write
20-
uses: OpenWonderLabs/.github/.github/workflows/npm-publish.yml@latest
20+
uses: OpenWonderLabs/.github/.github/workflows/npm-publish-esm.yml@latest
2121
secrets:
2222
npm_auth_token: ${{ secrets.npm_token }}
2323

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [3.5.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.5.0) (2025-03-04)
6+
7+
# *No New Releases During Lent*
8+
9+
### What's Changed
10+
- Fix the return value of SwitchBotOpenAPI.getDeviceStatus() method [#290](https://github.com/OpenWonderLabs/node-switchbot/pull/290), Thanks [@kemuridama](https://github.com/kemuridama)
11+
- Fix circular dependencies
12+
- Housekeeping and update dependencies
13+
14+
**Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v3.4.0...v3.5.0
15+
516
## [3.4.9](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v3.4.9) (2025-01-24)
617

718
### What's Changed

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,14 +991,15 @@
991991
vertical-align: text-top;
992992
}
993993
/*
994-
We need to be careful to target the arrow indicating whether the accordion
995-
is open, but not any other SVGs included in the details element.
996-
*/
994+
* We need to be careful to target the arrow indicating whether the accordion
995+
* is open, but not any other SVGs included in the details element.
996+
*/
997997
.tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
998998
.tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
999999
.tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
10001000
.tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
1001-
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child {
1001+
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child,
1002+
.tsd-accordion:not([open]) > .tsd-accordion-summary > h5 > svg:first-child {
10021003
transform: rotate(-90deg);
10031004
}
10041005
.tsd-index-content > :not(:first-child) {

docs/classes/Advertising.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)