Skip to content

Commit

Permalink
Merge pull request #390 from microsoft/benjaminbi/issue389
Browse files Browse the repository at this point in the history
Prepare for 1.1.4
  • Loading branch information
benjaminbi authored Jan 10, 2023
2 parents 87e19ef + 920af66 commit 0ccc5f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cordova-simulate Release Notes

## 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)
* Internal Changes:
* Enable CodeQL for ADO pipeline [#367](https://github.com/microsoft/cordova-simulate/pull/367)
* Replace lgtm.yml with CodeQL.yml [#381](https://github.com/microsoft/cordova-simulate/pull/381)

## 1.1.3 (April 28, 2022)
* Fixed security vulnerabilities [#354](https://github.com/microsoft/cordova-simulate/pull/354), [#356](https://github.com/microsoft/cordova-simulate/pull/356), [#358](https://github.com/microsoft/cordova-simulate/pull/358)

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.3",
"version": "1.1.4",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit 0ccc5f9

Please sign in to comment.