Skip to content

Commit

Permalink
Prepare for 1.3.2 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexie011 authored Jun 26, 2024
1 parent 7b45935 commit 26c15af
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,4 +1,15 @@
# cordova-simulate Release Notes
## 1.3.2 (June 26, 2024)
* Internal Changes:
* Bump express from 4.18.2 to 4.19.2 [#473](https://github.com/microsoft/cordova-simulate/pull/473)
* Mirgrate pipeline to 1ES Pipeline Template [#474](https://github.com/microsoft/cordova-simulate/pull/474)
* Setup 1ES agent pool [#475](https://github.com/microsoft/cordova-simulate/pull/475)
* Update image names in master-pipeline.yml [#477](https://github.com/microsoft/cordova-simulate/pull/477)
* Update NOTICE File in Generator task [#478](https://github.com/microsoft/cordova-simulate/pull/478)
* Add missing task: Component Detection [#479](https://github.com/microsoft/cordova-simulate/pull/479)
* Update 1ESPT yaml format [#480](https://github.com/microsoft/cordova-simulate/pull/480)
* Bump braces and gulp [#481](https://github.com/microsoft/cordova-simulate/pull/481)

## 1.3.1 (Mar 25, 2024)
* Add chromium path arguments [#465] (https://github.com/microsoft/cordova-simulate/pull/465)
* Internal Changes:
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.3.1",
"version": "1.3.2",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit 26c15af

Please sign in to comment.