Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release job committed Nov 24, 2021
1 parent c69beb1 commit 88a9d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2021-11-24
### Added
- `authenticate` option to `getProfile`, `getProfileAST`, `getProfileSource` functions

Expand Down Expand Up @@ -177,7 +179,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/v1.0.1...HEAD
[Unreleased]: https://github.com/superfaceai/service-client/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/superfaceai/service-client/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/superfaceai/service-client/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/superfaceai/service-client/compare/v0.0.26...v1.0.0
[0.0.26]: https://github.com/superfaceai/service-client/compare/v0.0.25...v0.0.26
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": "1.0.1",
"version": "1.1.0",
"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 88a9d70

Please sign in to comment.