Skip to content

Commit 8265410

Browse files
committed
Version 1.4.3
1 parent eb80e77 commit 8265410

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.4.3][] - 2024-09-13
6+
7+
- Update eslint/prettier/metarhia configs
8+
59
## [1.4.2][] - 2024-08-31
610

711
- Update eslint to 9.x and prettier with configs
@@ -103,7 +107,8 @@ First metavm implementation with following features
103107
- Contexts, use default empty and frozen, emulated or pass one
104108
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
105109

106-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.2...HEAD
110+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.3...HEAD
111+
[1.4.3]: https://github.com/metarhia/metavm/compare/v1.4.2...v1.4.3
107112
[1.4.2]: https://github.com/metarhia/metavm/compare/v1.4.1...v1.4.2
108113
[1.4.1]: https://github.com/metarhia/metavm/compare/v1.4.0...v1.4.1
109114
[1.4.0]: https://github.com/metarhia/metavm/compare/v1.3.0...v1.4.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metavm",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia script loader, node.js vm wrapper",

0 commit comments

Comments
 (0)