Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
appurva21 committed Sep 25, 2024
1 parent af65aea commit e8cc0e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e8cc0e0

Please sign in to comment.