Skip to content

Commit

Permalink
chore(release): v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnbrtnkv committed Jun 24, 2019
1 parent 55a4d75 commit 5efb5b0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1 - 2019-06-18

- [fix] Updated dependencies

## 2.1.0 - 2019-06-11

- [feat] Added compact parameter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bower install xsolla-login-js-sdk
```
* If you don’t have the package installed, add the following code to the `<head>` tag of the web page where you want to place the widget:
```
<script src="https://cdn.xsolla.net/xsolla-login-widget/sdk/2.1.0/xl.min.js"></script>
<script src="https://cdn.xsolla.net/xsolla-login-widget/sdk/2.1.1/xl.min.js"></script>
```

## Step 2
Expand Down
4 changes: 2 additions & 2 deletions dist/xl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xl.min.js

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

2 changes: 1 addition & 1 deletion dist/xl.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xsolla-login-js-sdk",
"version": "2.1.0",
"version": "2.1.1",
"description": "",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 5efb5b0

Please sign in to comment.