Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Nov 24, 2021
1 parent aafe336 commit dc6b909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 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.0.1] - 2021-11-24
### Added
- Use [JSON Pointer](https://datatracker.ietf.org/doc/html/rfc6901) (arrays not supported) to specify api token location in body

Expand All @@ -14,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Buffer serialization in request body
- `undefined` values are removed when stringifying records


## [1.0.0] - 2021-11-04
### Added
- Module for mocking of Superface components
Expand Down Expand Up @@ -269,7 +270,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.0.0...HEAD
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v1.0.1...HEAD
[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
[0.0.40]: https://github.com/superfaceai/one-sdk-js/compare/v0.0.39...v0.0.40
[0.0.39]: https://github.com/superfaceai/one-sdk-js/compare/v0.0.38...v0.0.39
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.0.1-rc.1",
"version": "1.0.1",
"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 dc6b909

Please sign in to comment.