Skip to content

Commit 18c7c8b

Browse files
authored
fix: Support multiple instance by adding instance id (#58)
* Add instanceId * Remove uuid * Fix PR * fix: bump version * Prepare release
1 parent f0325e2 commit 18c7c8b

File tree

7 files changed

+993
-507
lines changed

7 files changed

+993
-507
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install @smartcar/auth
2424
### Smartcar CDN
2525

2626
```html
27-
<script src="https://javascript-sdk.smartcar.com/2.7.0/sdk.js"></script>
27+
<script src="https://javascript-sdk.smartcar.com/2.7.1/sdk.js"></script>
2828
```
2929

3030
## SDK reference
@@ -178,4 +178,4 @@ https://application-backend.com/page?error=access_denied&error_description=User+
178178
[tag-image]: https://img.shields.io/github/tag/smartcar/javascript-sdk.svg
179179

180180
<!-- Please do not modify or remove this, it is used by the build process -->
181-
[version]: 2.7.0
181+
[version]: 2.7.1

0 commit comments

Comments
 (0)