diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2b64af0..b45e48f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.17.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.17.0...v4.17.1) (2023-02-20) + + +### Miscellaneous Chores + +* Bump pngjs from 6.0.0 to 7.0.0 ([#1504](https://github.com/appium/appium-xcuitest-driver/issues/1504)) ([e0bdc0b](https://github.com/appium/appium-xcuitest-driver/commit/e0bdc0b0ae18f6681ce9ca7f5328ec318061c724)) + ## [4.17.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.13...v4.17.0) (2023-02-20) diff --git a/package.json b/package.json index 6af6725cc..f6645bc4b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "xcuitest", "xctest" ], - "version": "4.17.0", + "version": "4.17.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": { @@ -158,7 +158,7 @@ "mocha-junit-reporter": "^2.0.0", "mocha-multi-reporters": "^1.1.7", "pem": "^1.14.4", - "pngjs": "^6.0.0", + "pngjs": "^7.0.0", "pre-commit": "^1.1.3", "prettier": "^2.7.1", "semantic-release": "^20.0.2",