Skip to content

Commit

Permalink
Prepare for 1.1.6 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Jul 14, 2023
1 parent a1375d8 commit c10147a
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,5 +1,11 @@
# cordova-simulate Release Notes

## 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)
* Internal Changes:
* Fix security vulnerabilities [#416](https://github.com/microsoft/cordova-simulate/pull/416)

## 1.1.5 (May 19, 2023)
* Update documentation for cordova official plugin [#409](https://github.com/microsoft/cordova-simulate/pull/409)
* Check updates for all package modules [#404](https://github.com/microsoft/cordova-simulate/pull/404)
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.5",
"version": "1.1.6",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit c10147a

Please sign in to comment.