Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
PR-URL: #113
  • Loading branch information
tshemsedinov committed Oct 8, 2023
1 parent 682b291 commit 374cec1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.3.0][] - 2023-10-09

- Support new globals for node.js 18 and 20
- Drop node.js 16 and 19

## [1.2.6][] - 2023-07-31

- Classes added to COMMON_CONTEXT: AbortController, Event, EventTarget,
Expand Down Expand Up @@ -81,7 +86,8 @@ First metavm implementation with following features
- Contexts, use default empty and frozen, emulated or pass one
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023

[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.6...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/metarhia/metavm/compare/v1.2.6...v1.3.0
[1.2.6]: https://github.com/metarhia/metavm/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/metarhia/metavm/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/metarhia/metavm/compare/v1.2.3...v1.2.4
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
@@ -1,6 +1,6 @@
{
"name": "metavm",
"version": "1.2.6",
"version": "1.3.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand Down

0 comments on commit 374cec1

Please sign in to comment.