Skip to content

Commit

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

* Delete extra line

---------

Co-authored-by: Ezio Li <[email protected]>
  • Loading branch information
lexie011 and EzioLi01 authored Mar 29, 2024
1 parent 096f109 commit 4733f95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# cordova-simulate Release Notes
## 1.3.1 (Mar 25, 2024)
* Add chromium path arguments [#465] (https://github.com/microsoft/cordova-simulate/pull/465)
* Internal Changes:
* Add unit test for getting chromium browser [#467](https://github.com/microsoft/cordova-simulate/pull/467)
* Bump debug from 4.1.1 to 4.3.1 [#464](https://github.com/microsoft/cordova-simulate/pull/464)
* Verify device and os version [#463](https://github.com/microsoft/cordova-simulate/pull/463)
* Bump debug from 2.6.9 to 3.1.0 [#461](https://github.com/microsoft/cordova-simulate/pull/461)

## 1.3.0 (Jan 19, 2024)
* Add Chromium as target for the simulate in browser options [#453](https://github.com/microsoft/cordova-simulate/issues/453)
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.3.0",
"version": "1.3.1",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit 4733f95

Please sign in to comment.