Skip to content

Commit

Permalink
feat(error): Add support for invalid_subscription. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankethkatta authored Nov 4, 2019
1 parent 86086d2 commit daca4b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install @smartcar/auth
### Smartcar CDN

```html
<script src="https://javascript-sdk.smartcar.com/2.4.1/sdk.js"></script>
<script src="https://javascript-sdk.smartcar.com/2.5.0/sdk.js"></script>
```

Before v2.2.0, the SDK was versioned as follows:
Expand Down Expand Up @@ -192,4 +192,4 @@ https://application-backend.com/page?error=access_denied&error_description=User+
[tag-image]: https://img.shields.io/github/tag/smartcar/javascript-sdk.svg

<!-- Please do not modify or remove this, it is used by the build process -->
[version]: 2.4.1
[version]: 2.5.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartcar/auth",
"version": "2.4.2",
"version": "2.5.0",
"description": "javascript auth sdk for the smartcar",
"main": "dist/npm/sdk.js",
"license": "MIT",
Expand Down

0 comments on commit daca4b7

Please sign in to comment.