Skip to content

Commit 9a51eac

Browse files
authored
Prepare for 1.2.0 (#434)
Fixes #433
1 parent 0ec7fe4 commit 9a51eac

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

RELEASENOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# cordova-simulate Release Notes
22

3+
## 1.2.0 (August 31, 2023)
4+
* Update device default os version [#430](https://github.com/microsoft/cordova-simulate/pull/430)
5+
* Add MSEdge support for each OS [#425](https://github.com/microsoft/cordova-simulate/pull/425)
6+
* Improve user experience: Add error message for getUserAgent() [#424](https://github.com/microsoft/cordova-simulate/pull/424)
7+
* Internal Changes:
8+
* Add unit test for browser helper [#428](https://github.com/microsoft/cordova-simulate/pull/428)
9+
* Bump word-wrap from 1.2.3 to 1.2.4 [#421](https://github.com/microsoft/cordova-simulate/pull/421)
10+
311
## 1.1.6 (July 12, 2023)
412
* Update device support to latest and remove some obsolete [#417](https://github.com/microsoft/cordova-simulate/pull/417)
513
* Update operation system version and user agent [#418](https://github.com/microsoft/cordova-simulate/pull/418)

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

0 commit comments

Comments
 (0)