Skip to content

Commit 4733f95

Browse files
lexie011EzioLi01
andauthored
Prepare for 1.3.1 (#472)
* Prepare for 1.3.1 * Delete extra line --------- Co-authored-by: Ezio Li <[email protected]>
1 parent 096f109 commit 4733f95

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

RELEASENOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# cordova-simulate Release Notes
2+
## 1.3.1 (Mar 25, 2024)
3+
* Add chromium path arguments [#465] (https://github.com/microsoft/cordova-simulate/pull/465)
4+
* Internal Changes:
5+
* Add unit test for getting chromium browser [#467](https://github.com/microsoft/cordova-simulate/pull/467)
6+
* Bump debug from 4.1.1 to 4.3.1 [#464](https://github.com/microsoft/cordova-simulate/pull/464)
7+
* Verify device and os version [#463](https://github.com/microsoft/cordova-simulate/pull/463)
8+
* Bump debug from 2.6.9 to 3.1.0 [#461](https://github.com/microsoft/cordova-simulate/pull/461)
29

310
## 1.3.0 (Jan 19, 2024)
411
* Add Chromium as target for the simulate in browser options [#453](https://github.com/microsoft/cordova-simulate/issues/453)

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

0 commit comments

Comments
 (0)