Skip to content

Commit c10147a

Browse files
authored
Prepare for 1.1.6 (#420)
1 parent a1375d8 commit c10147a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

RELEASENOTES.md

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

3+
## 1.1.6 (July 12, 2023)
4+
* Update device support to latest and remove some obsolete [#417](https://github.com/microsoft/cordova-simulate/pull/417)
5+
* Update operation system version and user agent [#418](https://github.com/microsoft/cordova-simulate/pull/418)
6+
* Internal Changes:
7+
* Fix security vulnerabilities [#416](https://github.com/microsoft/cordova-simulate/pull/416)
8+
39
## 1.1.5 (May 19, 2023)
410
* Update documentation for cordova official plugin [#409](https://github.com/microsoft/cordova-simulate/pull/409)
511
* Check updates for all package modules [#404](https://github.com/microsoft/cordova-simulate/pull/404)

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

0 commit comments

Comments
 (0)