diff --git a/README.md b/README.md index 6804140..114d360 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Vue Telegram Passport

- +

@@ -65,6 +65,8 @@ export default { ## Props +You can play around with options on the official [passport page](https://core.telegram.org/passport/example) + | Name | Description | Required | Default | | ----------------- | ----------------------------------------------------------------------------- | -------- | ----------- | | authParameters | [docs](https://core.telegram.org/passport/sdk-javascript#authparameters) | True | null | diff --git a/package.json b/package.json index ca71925..857f4af 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "cross-env": "^5.1.3", "css-loader": "^0.28.10", "cz-conventional-changelog": "^2.1.0", - "semantic-release": "^15.9.3", + "semantic-release": "^15.9.8", "semantic-release-cli": "^4.0.6", "vue-loader": "^14.1.1", "vue-template-compiler": "^2.5.13",