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

Commit 2d93ec4

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.2...v2.0.0) (2022-02-28) * last try at major release ([ce8dfa2](ce8dfa2)) ### BREAKING CHANGES * change readme for major release
1 parent ce8dfa2 commit 2d93ec4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,4 @@ console.log(await seam.accessCodes.list({ device_id: myLockId }))
5959
}
6060
]
6161
*/
62-
6362
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"iot",
88
"device"
99
],
10-
"version": "1.3.2",
10+
"version": "2.0.0",
1111
"license": "MIT",
1212
"main": "./cjs-wrapper.js",
1313
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)