Skip to content

Commit

Permalink
Prepare for 1.2.1 (#448)
Browse files Browse the repository at this point in the history
* Prepare for 1.2.1

* Update
  • Loading branch information
EzioLi01 authored Nov 6, 2023
1 parent 4867453 commit fad25b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cordova-simulate Release Notes

## 1.2.1 (Nov 1, 2023)
* Update documentation: browser, device and API [#436](https://github.com/microsoft/cordova-simulate/pull/436)
* Add argument to prevent browser launch after simulating [#444](https://github.com/microsoft/cordova-simulate/pull/444)
* Internal Changes:
* Add unit test for device utils [#432](https://github.com/microsoft/cordova-simulate/pull/432)
* Fix CodeQL alert: Sandbox attribute is missing on the Iframe [#438](https://github.com/microsoft/cordova-simulate/pull/438)
* Removing unused constants [#443](https://github.com/microsoft/cordova-simulate/pull/443)
* Fixed security vulnerabilities [#445](https://github.com/microsoft/cordova-simulate/pull/445), [#446](https://github.com/microsoft/cordova-simulate/pull/446)

## 1.2.0 (August 31, 2023)
* Update device default os version [#430](https://github.com/microsoft/cordova-simulate/pull/430)
* Add MSEdge support for each OS [#425](https://github.com/microsoft/cordova-simulate/pull/425)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-simulate",
"version": "1.2.0",
"version": "1.2.1",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit fad25b9

Please sign in to comment.