diff --git a/CHANGELOG.md b/CHANGELOG.md index 129b39c..131e6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.15](https://github.com/ScaleLeap/puppeteer/compare/v1.1.14...v1.1.15) (2020-07-09) + + +### Bug Fixes + +* **deps:** update dependency puppeteer-extra-plugin-stealth to v2.4.13 ([b607c17](https://github.com/ScaleLeap/puppeteer/commit/b607c1756a2afef837a27a6781af0cfe690c9117)) + ## [1.1.14](https://github.com/ScaleLeap/puppeteer/compare/v1.1.13...v1.1.14) (2020-07-09) diff --git a/package-lock.json b/package-lock.json index dd83495..b95115a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/puppeteer", - "version": "1.1.14", + "version": "1.1.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5192b38..8c2ae74 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://www.scaleleap.com/" }, "homepage": "https://github.com/ScaleLeap/puppeteer/#readme", - "version": "1.1.14", + "version": "1.1.15", "main": "lib/index.js", "files": [ "/lib"