Skip to content

Commit

Permalink
Prepare for 1.1.4
Browse files Browse the repository at this point in the history
Fixes #389
  • Loading branch information
benjaminbi committed Jan 6, 2023
1 parent 87e19ef commit f1a41bd
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.4 (January 6, 2023)
* Fixed security vulnerabilities [#357](https://github.com/microsoft/cordova-simulate/pull/357)
* 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)
* Added husky pre-commit hook [#378](https://github.com/microsoft/cordova-simulate/pull/378)

## 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 f1a41bd

Please sign in to comment.