diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 106cc1d75..df8c18a38 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,5 @@ -unreleased: +4.2.1: + date: 2023-09-11 fixed bugs: - >- GH-1332 Fixed a bug where `Variable~update` was not updating the diff --git a/package-lock.json b/package-lock.json index 800ed0b12..cfea79832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postman-collection", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3aa328f4..6143da72b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postman-collection", - "version": "4.2.0", + "version": "4.2.1", "description": "Enables developers to use a unified Postman Collection format Object across projects", "author": "Postman Inc.", "license": "Apache-2.0",