Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Jan 19, 2022
1 parent 21a39a5 commit 7591a1c
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]

## [1.2.0] - 2022-01-19
### Added
- Added support for service selection in http calls

Expand Down Expand Up @@ -280,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Profile parameter validator
- CI/CD workflows

[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/superfaceai/one-sdk-js/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/superfaceai/one-sdk-js/compare/v0.0.40...v1.0.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/one-sdk",
"version": "1.1.0",
"version": "1.2.0",
"description": "Level 5 autonomous, self-driving API client, https://superface.ai",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down

0 comments on commit 7591a1c

Please sign in to comment.