Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Feb 27, 2023
1 parent cf495cd commit 3972b4f
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.4.0] - 2023-02-27
### Added
- `ISandbox` to allow different implementations on different environments - [#335](https://github.com/superfaceai/one-sdk-js/pull/335)

Expand Down Expand Up @@ -384,7 +386,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.1...HEAD
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.1...v2.4.0
[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
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.4.0-rc.1",
"version": "2.4.0",
"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 3972b4f

Please sign in to comment.