Skip to content

Commit 210a706

Browse files
author
GitHub Actions release workflow
committed
chore: release v2.4.2
1 parent e67227a commit 210a706

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
### Fixed
10-
- Do not set form-data field if value is `null` or `undefined` - [#342](https://github.com/superfaceai/one-sdk-js/pull/342)
119

10+
## [2.4.2] - 2023-04-17
1211
### Changed
1312
- Updated vm2 to 3.9.16 - [#341](https://github.com/superfaceai/one-sdk-js/pull/341)
1413

14+
### Fixed
15+
- Do not set form-data field if value is `null` or `undefined` - [#342](https://github.com/superfaceai/one-sdk-js/pull/342)
16+
1517
## [2.4.1] - 2023-02-28
1618

1719
## [2.4.0] - 2023-02-27
@@ -393,7 +395,8 @@ This is a recovery release after introduction of compatibility-breaking changes
393395
- Profile parameter validator
394396
- CI/CD workflows
395397

396-
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.4.1...HEAD
398+
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.4.2...HEAD
399+
[2.4.2]: https://github.com/superfaceai/one-sdk-js/compare/v2.4.1...v2.4.2
397400
[2.4.1]: https://github.com/superfaceai/one-sdk-js/compare/v2.4.0...v2.4.1
398401
[2.4.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.1...v2.4.0
399402
[2.3.1]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.0...v2.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfaceai/one-sdk",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "OneSDK is a universal API client which provides an unparalleled developer experience for every HTTP API",
55
"license": "MIT",
66
"author": "Superface Team <[email protected]>",

0 commit comments

Comments
 (0)