From 26c15afed3b654f312f4dd6ce12b9d5eb77e4211 Mon Sep 17 00:00:00 2001 From: lexie011 <155628155+lexie011@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:08:25 +0800 Subject: [PATCH] Prepare for 1.3.2 (#483) --- RELEASENOTES.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3337f591..5c7d607f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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: diff --git a/package-lock.json b/package-lock.json index 8d07fb41..f81b799d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-simulate", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-simulate", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", diff --git a/package.json b/package.json index e59cd9cd..4da8f3f9 100644 --- a/package.json +++ b/package.json @@ -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": {