Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
PR-URL: #99
  • Loading branch information
tshemsedinov committed Feb 19, 2023
1 parent 0fabb5c commit 0b67f64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.2.3][] - 2023-02-19

- Add `node:` prefix in require for built-in modules

## [1.2.2][] - 2022-11-16
Expand Down Expand Up @@ -62,7 +64,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.2...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.3...HEAD
[1.2.3]: https://github.com/metarhia/metavm/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/metarhia/metavm/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/metarhia/metavm/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/metarhia/metavm/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "metavm",
"version": "1.2.2",
"version": "1.2.3",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand All @@ -21,7 +21,7 @@
},
"files": ["dist/", "metavm.d.ts"],
"engines": {
"node": "^14.6 || 16 || 18 || 19"
"node": "^14.18 || 16 || 18 || 19"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0b67f64

Please sign in to comment.