Skip to content

Commit 69f165b

Browse files
author
GitHub Actions release workflow
committed
chore: release v3.0.0
1 parent 6236a5d commit 69f165b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

+8-5
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+
## [3.0.0] - 2022-12-07
911
### Added
1012
- New parameter `recordingType` in method `run()` to differentiate between prepare, teardown or main test run
1113
- New dev and peer dependency - Superface Parser [v1.2.0](https://github.com/superfaceai/parser/releases/tag/v1.2.0)
@@ -25,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- Errors for module `matcher`
2628
- Error `CoverageFileNotFoundError` for correct reporting
2729

28-
### Removed
29-
- Parameter `client` from constructor and method `run`
30-
- Function for omitting timestamp from perform error `removeTimestamp`
31-
3230
### Changed
3331
- **BREAKING CHANGE:** Recording fixtures are grouped by test file or provider
3432
- **BREAKING CHANGE:** Recording fixtures are stored next to test file OR in `<project-dir>/recordings/<profile>/<provider>.recording.json`
@@ -40,6 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4038
- Return value from method `run` to `PerformError | string`
4139
- Does not overwrite HTTP traffic recording when in record mode, instead save new one next to old one with suffix `-new`
4240

41+
### Removed
42+
- Parameter `client` from constructor and method `run`
43+
- Function for omitting timestamp from perform error `removeTimestamp`
44+
4345
## [2.0.3] - 2022-02-15
4446
### Changed
4547
- Updated One-SDK to [v1.3.0](https://github.com/superfaceai/one-sdk-js/releases/tag/v1.3.0) and AST to [v1.1.0](https://github.com/superfaceai/ast-js/releases/tag/v1.1.0)
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8284
- Modules for io, formatting and errors.
8385
- SuperfaceTest class
8486

85-
[Unreleased]: https://github.com/superfaceai/testing/compare/v2.0.3...HEAD
87+
[Unreleased]: https://github.com/superfaceai/testing/compare/v3.0.0...HEAD
88+
[3.0.0]: https://github.com/superfaceai/testing/compare/v2.0.3...v3.0.0
8689
[2.0.3]: https://github.com/superfaceai/testing/compare/v2.0.1...v2.0.3
8790
[2.0.1]: https://github.com/superfaceai/testing/compare/v2.0.0...v2.0.1
8891
[2.0.0]: https://github.com/superfaceai/testing/compare/v1.0.0...v2.0.0

package.json

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

0 commit comments

Comments
 (0)