@applitools/driver 1.19.4 → 1.19.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.19.6](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.5...js/driver@1.19.6) (2024-10-31)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.6.1
14
+ #### Bug Fixes
15
+
16
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
17
+
18
+ ## [1.19.5](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.4...js/driver@1.19.5) (2024-10-31)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/snippets bumped to 2.6.0
24
+ #### Features
25
+
26
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
27
+
3
28
  ## [1.19.4](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.19.3...js/driver@1.19.4) (2024-10-28)
4
29
 
5
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.19.4",
3
+ "version": "1.19.6",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@applitools/logger": "2.0.18",
77
- "@applitools/snippets": "2.5.2",
77
+ "@applitools/snippets": "2.6.1",
78
78
  "@applitools/utils": "1.7.4",
79
79
  "semver": "7.6.2"
80
80
  },