Skip to content

Commit

Permalink
Prepare for 1.1.5 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored May 22, 2023
1 parent b28ada3 commit e631ecb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cordova-simulate Release Notes

## 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)
* Remove deprecated cordova platform from project [#403](https://github.com/microsoft/cordova-simulate/pull/403)
* Internal Changes:
* Cleanup and update 3rd party notices file [#406](https://github.com/microsoft/cordova-simulate/pull/406)
* Add new test for simulator stop process [#397](https://github.com/microsoft/cordova-simulate/pull/397)
* Add utils test to verify simulate util functions [#402](https://github.com/microsoft/cordova-simulate/pull/402)
* Setup test report and publish unit test result [#396](https://github.com/microsoft/cordova-simulate/pull/396)
* Setup project test framework and add the first unit test [#393](https://github.com/microsoft/cordova-simulate/pull/393)

## 1.1.4 (January 6, 2023)
* Fixed security vulnerabilities [#357](https://github.com/microsoft/cordova-simulate/pull/357)
* Added husky pre-commit hook [#378](https://github.com/microsoft/cordova-simulate/pull/378)
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.4",
"version": "1.1.5",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit e631ecb

Please sign in to comment.