Skip to content

Commit 8e519cf

Browse files
authored
Prepare for 1.2.2 (#452)
Fixes #451
1 parent 8a365a2 commit 8e519cf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

RELEASENOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# cordova-simulate Release Notes
2+
## 1.2.2 (Nov 9, 2023)
3+
* Handle showbrowser argument for cordova-tools [#450](https://github.com/microsoft/cordova-simulate/pull/450)
24

35
## 1.2.1 (Nov 1, 2023)
46
* Update documentation: browser, device and API [#436](https://github.com/microsoft/cordova-simulate/pull/436)

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.1",
3+
"version": "1.2.2",
44
"description": "Simulates your Cordova application in the browser.",
55
"main": "src/simulate.js",
66
"bin": {

0 commit comments

Comments
 (0)