diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a7421c2d..326ff0b1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,6 @@ # cordova-simulate Release Notes +## 1.2.2 (Nov 9, 2023) +* Handle showbrowser argument for cordova-tools [#450](https://github.com/microsoft/cordova-simulate/pull/450) ## 1.2.1 (Nov 1, 2023) * Update documentation: browser, device and API [#436](https://github.com/microsoft/cordova-simulate/pull/436) diff --git a/package-lock.json b/package-lock.json index c1e6b06f..43b6cc5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-simulate", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-simulate", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", diff --git a/package.json b/package.json index 03cb416e..b490b49a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-simulate", - "version": "1.2.1", + "version": "1.2.2", "description": "Simulates your Cordova application in the browser.", "main": "src/simulate.js", "bin": {