Skip to content

Commit 0af014f

Browse files
authored
Prepare for 1.3.0 (#459)
1 parent 0cfa862 commit 0af014f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# cordova-simulate Release Notes
2+
3+
## 1.3.0 (Jan 19, 2024)
4+
* Add Chromium as target for the simulate in browser options [#453](https://github.com/microsoft/cordova-simulate/issues/453)
5+
* Internal Changes:
6+
* Add unit test for showbrowser argument [#457](https://github.com/microsoft/cordova-simulate/issues/457)
7+
28
## 1.2.2 (Nov 9, 2023)
39
* Handle showbrowser argument for cordova-tools [#450](https://github.com/microsoft/cordova-simulate/pull/450)
410

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

0 commit comments

Comments
 (0)