Skip to content

Commit

Permalink
chore: release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release job committed May 14, 2021
1 parent d808d4a commit 953c052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.13] - 2021-05-14
### Changed
- Service Client throws custom errors. `ServiceClientError` as generic error from Service Client and `ServiceApiError` as error when non 2xx response is received from service apis.

Expand Down Expand Up @@ -91,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `verifyPasswordlessLogin` method to `BrainClient` which checks status of passwordless login
- `getGithubLoginUrl` method to `BrainClient`

[Unreleased]: https://github.com/superfaceai/service-client/compare/v0.0.13-beta.0...HEAD
[Unreleased]: https://github.com/superfaceai/service-client/compare/v0.0.13...HEAD
[0.0.13]: https://github.com/superfaceai/service-client/compare/v0.0.13-beta.0...v0.0.13
[0.0.13-beta.0]: https://github.com/superfaceai/service-client/compare/v0.0.12...v0.0.13-beta.0
[0.0.12]: https://github.com/superfaceai/service-client/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/superfaceai/service-client/compare/v0.0.10...v0.0.11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfaceai/service-client",
"version": "0.0.13-beta.0",
"version": "0.0.13",
"description": "Client to access Superface services. (If you are not from Superface Team, you probably don't need this library)",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down

0 comments on commit 953c052

Please sign in to comment.