Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release job committed May 16, 2022
1 parent 6c2a1a3 commit 51e3beb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ 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]
### Changed
- **BREAKING CHANGE** `getMapsList` result with more information

## [3.0.0] - 2022-05-16
### Added
- option `profile` added to `getMapsList`

### Changed
- **BREAKING CHANGE** `getMapsList` result with more information

## [2.1.0] - 2022-04-29
### Added
- `createProvider`, `createProfile`, `createMap` dry run option
Expand Down Expand Up @@ -196,7 +198,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/v2.1.0...HEAD
[Unreleased]: https://github.com/superfaceai/service-client/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/superfaceai/service-client/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/superfaceai/service-client/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/superfaceai/service-client/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/superfaceai/service-client/compare/v1.0.1...v1.1.0
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": "2.1.0",
"version": "3.0.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 51e3beb

Please sign in to comment.