Skip to content

Commit e631ecb

Browse files
authored
Prepare for 1.1.5 (#412)
1 parent b28ada3 commit e631ecb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

RELEASENOTES.md

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

3+
## 1.1.5 (May 19, 2023)
4+
* Update documentation for cordova official plugin [#409](https://github.com/microsoft/cordova-simulate/pull/409)
5+
* Check updates for all package modules [#404](https://github.com/microsoft/cordova-simulate/pull/404)
6+
* Remove deprecated cordova platform from project [#403](https://github.com/microsoft/cordova-simulate/pull/403)
7+
* Internal Changes:
8+
* Cleanup and update 3rd party notices file [#406](https://github.com/microsoft/cordova-simulate/pull/406)
9+
* Add new test for simulator stop process [#397](https://github.com/microsoft/cordova-simulate/pull/397)
10+
* Add utils test to verify simulate util functions [#402](https://github.com/microsoft/cordova-simulate/pull/402)
11+
* Setup test report and publish unit test result [#396](https://github.com/microsoft/cordova-simulate/pull/396)
12+
* Setup project test framework and add the first unit test [#393](https://github.com/microsoft/cordova-simulate/pull/393)
13+
314
## 1.1.4 (January 6, 2023)
415
* Fixed security vulnerabilities [#357](https://github.com/microsoft/cordova-simulate/pull/357)
516
* Added husky pre-commit hook [#378](https://github.com/microsoft/cordova-simulate/pull/378)

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

0 commit comments

Comments
 (0)