@applitools/eyes-puppeteer 1.11.2 → 1.11.3

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
 
13
13
 
14
+ ## 1.11.3 - 2022/10/4
15
+
16
+ ### Features
17
+ ### Bug fixes
18
+ - Fixed bug when error was thrown when coded region wasn't found using selector
19
+
14
20
  ## 1.11.2 - 2022/10/4
15
21
 
16
22
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -62,7 +62,7 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@applitools/core": "1.1.2",
65
+ "@applitools/core": "1.1.3",
66
66
  "@applitools/eyes-api": "1.8.2",
67
67
  "@applitools/spec-driver-puppeteer": "1.1.14"
68
68
  },