Skip to content

Commit

Permalink
Prepare for 1.2.0 (#434)
Browse files Browse the repository at this point in the history
Fixes #433
  • Loading branch information
benjaminbi authored Sep 1, 2023
1 parent 0ec7fe4 commit 9a51eac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cordova-simulate Release Notes

## 1.2.0 (August 31, 2023)
* Update device default os version [#430](https://github.com/microsoft/cordova-simulate/pull/430)
* Add MSEdge support for each OS [#425](https://github.com/microsoft/cordova-simulate/pull/425)
* Improve user experience: Add error message for getUserAgent() [#424](https://github.com/microsoft/cordova-simulate/pull/424)
* Internal Changes:
* Add unit test for browser helper [#428](https://github.com/microsoft/cordova-simulate/pull/428)
* Bump word-wrap from 1.2.3 to 1.2.4 [#421](https://github.com/microsoft/cordova-simulate/pull/421)

## 1.1.6 (July 12, 2023)
* Update device support to latest and remove some obsolete [#417](https://github.com/microsoft/cordova-simulate/pull/417)
* Update operation system version and user agent [#418](https://github.com/microsoft/cordova-simulate/pull/418)
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.1.6",
"version": "1.2.0",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit 9a51eac

Please sign in to comment.