From 1274a9adaa1404d98febdb845596f9a2f44154b2 Mon Sep 17 00:00:00 2001 From: Udit Vasu Date: Thu, 3 Mar 2022 11:46:51 +0530 Subject: [PATCH] Release v5.3.2 --- CHANGELOG.yaml | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 7bbd3dfbc..70c3ee263 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,5 @@ -master: +5.3.2: + date: 2022-03-03 fixed bugs: - Allow the process to exit naturally in CLI mode chores: diff --git a/package-lock.json b/package-lock.json index 949c66869..e3d293dd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newman", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 77138e8cb..e3527a9dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newman", - "version": "5.3.1", + "version": "5.3.2", "description": "Command-line companion utility for Postman", "homepage": "https://github.com/postmanlabs/newman", "bugs": "https://github.com/postmanlabs/newman/issues",