diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d3a3957e..35d21d28 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,11 @@ # cordova-simulate Release Notes +## 1.1.6 (July 12, 2023) +* Update device support to latest and remove some obsolete [#417](https://github.com/microsoft/cordova-simulate/pull/417) +* Update operation system version and user agent [#418](https://github.com/microsoft/cordova-simulate/pull/418) +* Internal Changes: + * Fix security vulnerabilities [#416](https://github.com/microsoft/cordova-simulate/pull/416) + ## 1.1.5 (May 19, 2023) * Update documentation for cordova official plugin [#409](https://github.com/microsoft/cordova-simulate/pull/409) * Check updates for all package modules [#404](https://github.com/microsoft/cordova-simulate/pull/404) diff --git a/package-lock.json b/package-lock.json index ed39c4d2..2b377b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-simulate", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-simulate", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", diff --git a/package.json b/package.json index 62ab4a37..bc0d5277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-simulate", - "version": "1.1.5", + "version": "1.1.6", "description": "Simulates your Cordova application in the browser.", "main": "src/simulate.js", "bin": {