Skip to content

Commit ca2d159

Browse files
author
GitHub Actions release workflow
committed
chore: release v4.0.0
1 parent 635c56c commit ca2d159

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+
## [4.0.0] - 2023-02-08
911
### Changed
1012
- `@superfaceai/one-sdk` peer dependency from `^2.0` to `^2.3`
1113
- `@superfaceai/parser` peer dependency from `^1.2.0` to `^2.1.0`
@@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8789
- Modules for io, formatting and errors.
8890
- SuperfaceTest class
8991

90-
[Unreleased]: https://github.com/superfaceai/testing/compare/v3.0.0...HEAD
92+
[Unreleased]: https://github.com/superfaceai/testing/compare/v4.0.0...HEAD
93+
[4.0.0]: https://github.com/superfaceai/testing/compare/v3.0.0...v4.0.0
9194
[3.0.0]: https://github.com/superfaceai/testing/compare/v2.0.3...v3.0.0
9295
[2.0.3]: https://github.com/superfaceai/testing/compare/v2.0.1...v2.0.3
9396
[2.0.1]: https://github.com/superfaceai/testing/compare/v2.0.0...v2.0.1

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-rc.0",
3+
"version": "4.0.0",
44
"description": "Testing library for Superface capabilities.",
55
"main": "dist/index.js",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)