Skip to content

Commit 4ee8cf8

Browse files
author
GitHub Actions release workflow
committed
chore: release v5.0.0
1 parent 6b01075 commit 4ee8cf8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
10+
## [5.0.0] - 2023-02-27
911
### Changed
1012
- `@superfaceai/one-sdk` peer dependency from `^2.3` to `^2.4`
1113

@@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9193
- Modules for io, formatting and errors.
9294
- SuperfaceTest class
9395

94-
[Unreleased]: https://github.com/superfaceai/testing/compare/v4.0.0...HEAD
96+
[Unreleased]: https://github.com/superfaceai/testing/compare/v5.0.0...HEAD
97+
[5.0.0]: https://github.com/superfaceai/testing/compare/v4.0.0...v5.0.0
9598
[4.0.0]: https://github.com/superfaceai/testing/compare/v3.0.0...v4.0.0
9699
[3.0.0]: https://github.com/superfaceai/testing/compare/v2.0.3...v3.0.0
97100
[2.0.3]: https://github.com/superfaceai/testing/compare/v2.0.1...v2.0.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfaceai/testing",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Testing library for Superface capabilities.",
55
"main": "dist/index.js",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)