Skip to content

Commit

Permalink
Prepare for 1.3.0 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Jan 19, 2024
1 parent 0cfa862 commit 0af014f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# cordova-simulate Release Notes

## 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)
* Internal Changes:
* Add unit test for showbrowser argument [#457](https://github.com/microsoft/cordova-simulate/issues/457)

## 1.2.2 (Nov 9, 2023)
* Handle showbrowser argument for cordova-tools [#450](https://github.com/microsoft/cordova-simulate/pull/450)

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

0 comments on commit 0af014f

Please sign in to comment.