This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release sanity runner [skip ci]
- Loading branch information
1 parent
84ea36a
commit a7b9e5b
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,19 @@ | |
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [4.1.0-rc.0](https://github.com/tophat/sanity-runner/compare/[email protected]@4.1.0-rc.0) "sanity-runner-client" (2022-07-01)<a name="4.1.0-rc.0"></a> | ||
|
||
### Features | ||
|
||
* add log formatting option for structured logs ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) | ||
* add verbosity config options ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) | ||
* add concurrency limit config options ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) | ||
* added progress bar option ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) | ||
* rewrite client in TypeScript (#295) ([84ea36a](https://github.com/tophat/sanity-runner/commits/84ea36a)) | ||
|
||
|
||
|
||
|
||
## [4.0.0](https://github.com/tophat/sanity-runner/compare/[email protected]@4.0.0) "sanity-runner-client" (2022-05-24)<a name="4.0.0"></a> | ||
|
||
### Breaking Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-runner-client", | ||
"version": "4.0.0", | ||
"version": "4.1.0-rc.0", | ||
"description": "Sanity cli client", | ||
"author": "Top Hat Monocle Corp. <[email protected]>", | ||
"license": "Apache-2.0", | ||
|