Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Feb 15, 2023
1 parent db80c34 commit 557edbf
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]

## [2.3.1] - 2023-02-15
### Fixed
- Correctly handle objects with `null` prototype in `isClassInstance` - [#333](https://github.com/superfaceai/one-sdk-js/pull/333)
- Treat not defined input in profile as nullable data structure - [#334](https://github.com/superfaceai/one-sdk-js/pull/334)
Expand Down Expand Up @@ -380,7 +382,8 @@ This is a recovery release after introduction of compatibility-breaking changes
- Profile parameter validator
- CI/CD workflows

[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.0.0...v2.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/one-sdk",
"version": "2.3.1-rc.0",
"version": "2.3.1",
"description": "OneSDK is a universal API client which provides an unparalleled developer experience for every HTTP API",
"license": "MIT",
"author": "Superface Team <[email protected]>",
Expand Down

0 comments on commit 557edbf

Please sign in to comment.