Skip to content

Commit fad25b9

Browse files
authored
Prepare for 1.2.1 (#448)
* Prepare for 1.2.1 * Update
1 parent 4867453 commit fad25b9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

RELEASENOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# cordova-simulate Release Notes
22

3+
## 1.2.1 (Nov 1, 2023)
4+
* Update documentation: browser, device and API [#436](https://github.com/microsoft/cordova-simulate/pull/436)
5+
* Add argument to prevent browser launch after simulating [#444](https://github.com/microsoft/cordova-simulate/pull/444)
6+
* Internal Changes:
7+
* Add unit test for device utils [#432](https://github.com/microsoft/cordova-simulate/pull/432)
8+
* Fix CodeQL alert: Sandbox attribute is missing on the Iframe [#438](https://github.com/microsoft/cordova-simulate/pull/438)
9+
* Removing unused constants [#443](https://github.com/microsoft/cordova-simulate/pull/443)
10+
* Fixed security vulnerabilities [#445](https://github.com/microsoft/cordova-simulate/pull/445), [#446](https://github.com/microsoft/cordova-simulate/pull/446)
11+
312
## 1.2.0 (August 31, 2023)
413
* Update device default os version [#430](https://github.com/microsoft/cordova-simulate/pull/430)
514
* Add MSEdge support for each OS [#425](https://github.com/microsoft/cordova-simulate/pull/425)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-simulate",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Simulates your Cordova application in the browser.",
55
"main": "src/simulate.js",
66
"bin": {

0 commit comments

Comments
 (0)