diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index c23125c..04942c7 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,10 +1,11 @@ -unreleased: +3.0.0: + date: 2024-09-25 breaking changes: - GH-677 Dropped support for Node < v18 new features: - >- - GH-676 Updated allowed globals list to include: - URL, Encoding, Cryptographic, and Stream APIs + GH-676 Updated allowed globals list to include: URL, Encoding, + Cryptographic, and Stream APIs - GH-683 Updated allowed globals list to include `Blob` chores: - GH-677 Updated ESLint rules diff --git a/package-lock.json b/package-lock.json index 1768acb..5ae80e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uniscope", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "uniscope", - "version": "2.2.0", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "@postman/shipit": "^0.4.0", diff --git a/package.json b/package.json index 9d8a9c2..8be9d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uniscope", - "version": "2.2.0", + "version": "3.0.0", "description": "Allows one to evaluate a code within a controlled environment", "author": "Postman Inc.", "license": "Apache-2.0",