Skip to content

Commit 26c15af

Browse files
authored
Prepare for 1.3.2 (#483)
1 parent 7b45935 commit 26c15af

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,4 +1,15 @@
11
# cordova-simulate Release Notes
2+
## 1.3.2 (June 26, 2024)
3+
* Internal Changes:
4+
* Bump express from 4.18.2 to 4.19.2 [#473](https://github.com/microsoft/cordova-simulate/pull/473)
5+
* Mirgrate pipeline to 1ES Pipeline Template [#474](https://github.com/microsoft/cordova-simulate/pull/474)
6+
* Setup 1ES agent pool [#475](https://github.com/microsoft/cordova-simulate/pull/475)
7+
* Update image names in master-pipeline.yml [#477](https://github.com/microsoft/cordova-simulate/pull/477)
8+
* Update NOTICE File in Generator task [#478](https://github.com/microsoft/cordova-simulate/pull/478)
9+
* Add missing task: Component Detection [#479](https://github.com/microsoft/cordova-simulate/pull/479)
10+
* Update 1ESPT yaml format [#480](https://github.com/microsoft/cordova-simulate/pull/480)
11+
* Bump braces and gulp [#481](https://github.com/microsoft/cordova-simulate/pull/481)
12+
213
## 1.3.1 (Mar 25, 2024)
314
* Add chromium path arguments [#465] (https://github.com/microsoft/cordova-simulate/pull/465)
415
* Internal Changes:

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

0 commit comments

Comments
 (0)