Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Sep 13, 2024
1 parent eb80e77 commit c35f47e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [1.4.3][] - 2024-09-13

- Update eslint/prettier/metarhia configs

## [1.4.2][] - 2024-08-31

- Update eslint to 9.x and prettier with configs
Expand Down Expand Up @@ -103,7 +107,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.4.2...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/metarhia/metavm/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/metarhia/metavm/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/metarhia/metavm/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/metarhia/metavm/compare/v1.3.0...v1.4.0
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": "metavm",
"version": "1.4.2",
"version": "1.4.3",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand Down

0 comments on commit c35f47e

Please sign in to comment.