apify-test-tools 0.5.7-beta.6 → 0.5.7-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
5
|
<!-- git-cliff-unreleased-start -->
|
|
6
|
-
|
|
7
6
|
## 0.5.7 - **not yet released**
|
|
8
7
|
|
|
9
8
|
### 🚀 Features
|
|
@@ -11,10 +10,15 @@ All notable changes to this project will be documented in this file.
|
|
|
11
10
|
- Make slack notification explictly opt in ([#60](https://github.com/apify/apify-test-tools/pull/60)) ([32fda72](https://github.com/apify/apify-test-tools/commit/32fda72726896d90c7a1444977b87e4aa8e8d247)) by [@ruocco-l](https://github.com/ruocco-l), closes [#55](https://github.com/apify/apify-test-tools/issues/55)
|
|
12
11
|
- **bin:** Don't test on nonfunctional changes in json files ([#56](https://github.com/apify/apify-test-tools/pull/56)) ([5f3c7c5](https://github.com/apify/apify-test-tools/commit/5f3c7c56c710a9120f894bdb6fd13855bf46f9f8)) by [@metalwarrior665](https://github.com/metalwarrior665), closes [#54](https://github.com/apify/apify-test-tools/issues/54)
|
|
13
12
|
|
|
13
|
+
### 🐛 Bug Fixes
|
|
14
|
+
|
|
15
|
+
- **bin:** In --base-commit, allow both sha string and Commit object ([#70](https://github.com/apify/apify-test-tools/pull/70)) ([cf01cd0](https://github.com/apify/apify-test-tools/commit/cf01cd0f3483502379415c48cfbf0f11665467ae)) by [@metalwarrior665](https://github.com/metalwarrior665), closes [#67](https://github.com/apify/apify-test-tools/issues/67)
|
|
16
|
+
|
|
14
17
|
### Debug
|
|
15
18
|
|
|
16
19
|
- Bump version to test beta release ([1322d31](https://github.com/apify/apify-test-tools/commit/1322d31873b6d43e16a68e97bdc358752f813f79)) by [@metalwarrior665](https://github.com/metalwarrior665)
|
|
17
20
|
|
|
21
|
+
|
|
18
22
|
<!-- git-cliff-unreleased-end -->
|
|
19
23
|
|
|
20
24
|
# Changelog
|
|
@@ -91,4 +95,4 @@ feat: feat: add maxRetriesPerRequest test
|
|
|
91
95
|
### Cli
|
|
92
96
|
|
|
93
97
|
- fix: parsing commits
|
|
94
|
-
- feat: add `--workspace` cli option
|
|
98
|
+
- feat: add `--workspace` cli option
|