Skip to content

Commit cdf6ae4

Browse files
author
GitHub Actions release workflow
committed
chore: release v2.3.0
1 parent b35dc93 commit cdf6ae4

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
@@ -1,10 +1,13 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
9+
10+
## [2.3.0] - 2023-02-07
811
### Changed
912
- Handle `None` (js `null` and `undefined`) - [#314](https://github.com/superfaceai/one-sdk-js/pull/314)
1013
- [Required field](https://superface.ai/docs/comlink/profile#sec-Required-field) validation uses `Object.hasOwn` to check field presence - [#318](https://github.com/superfaceai/one-sdk-js/pull/318)
@@ -367,14 +370,15 @@ This is a recovery release after introduction of compatibility-breaking changes
367370
### Fixed
368371
- Github workflow actions failing due to github security update
369372

370-
## [0.0.1] - 2020-08-31
373+
## 0.0.1 - 2020-08-31
371374
### Added
372375
- Map interpreter
373376
- `vm2` based js sandbox
374377
- Profile parameter validator
375378
- CI/CD workflows
376379

377-
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.2.0...HEAD
380+
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.3.0...HEAD
381+
[2.3.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.2.0...v2.3.0
378382
[2.2.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.1.0...v2.2.0
379383
[2.1.0]: https://github.com/superfaceai/one-sdk-js/compare/v2.0.0...v2.1.0
380384
[2.0.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.2...v2.0.0
@@ -422,4 +426,3 @@ This is a recovery release after introduction of compatibility-breaking changes
422426
[0.0.5]: https://github.com/superfaceai/one-sdk-js/compare/v0.0.4...v0.0.5
423427
[0.0.4]: https://github.com/superfaceai/one-sdk-js/compare/v0.0.3...v0.0.4
424428
[0.0.3]: https://github.com/superfaceai/one-sdk-js/compare/v0.0.1...v0.0.3
425-
[0.0.1]: https://github.com/superfaceai/one-sdk-js/releases/tag/v0.0.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.3.0-rc.1",
3+
"version": "2.3.0",
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)