diff --git a/CHANGELOG.md b/CHANGELOG.md index 071c8e7..b4437f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 0a4fa49..a706e4c 100644 --- a/package.json +++ b/package.json @@ -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",