Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2022-03-15)

### Bug Fixes

* Introduction of `devices.update` ([#19](#19)) ([b98ed08](b98ed08))
  • Loading branch information
semantic-release-bot committed Mar 15, 2022
1 parent b98ed08 commit e7861c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/classes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Routes.accessCodes

#### Defined in

[src/routes.ts:198](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L198)
[src/routes.ts:197](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L197)

___

Expand All @@ -89,7 +89,7 @@ Routes.actionAttempts

#### Defined in

[src/routes.ts:270](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L270)
[src/routes.ts:269](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L269)

___

Expand Down Expand Up @@ -121,7 +121,7 @@ Routes.connectWebviews

#### Defined in

[src/routes.ts:172](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L172)
[src/routes.ts:171](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L171)

___

Expand All @@ -142,7 +142,7 @@ Routes.connectedAccounts

#### Defined in

[src/routes.ts:249](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L249)
[src/routes.ts:248](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L248)

___

Expand All @@ -164,7 +164,7 @@ Routes.devices

#### Defined in

[src/routes.ts:147](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L147)
[src/routes.ts:146](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L146)

___

Expand All @@ -187,7 +187,7 @@ Routes.locks

#### Defined in

[src/routes.ts:112](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L112)
[src/routes.ts:111](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L111)

___

Expand All @@ -209,7 +209,7 @@ Routes.workspaces

#### Defined in

[src/routes.ts:96](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L96)
[src/routes.ts:95](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L95)

## Methods

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"iot",
"device"
],
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"sideEffects": false,
"main": "./cjs-wrapper.js",
Expand Down

0 comments on commit e7861c9

Please sign in to comment.