Skip to content

Commit

Permalink
Version 1.2.4
Browse files Browse the repository at this point in the history
PR-URL: #103
  • Loading branch information
tshemsedinov committed Mar 10, 2023
1 parent ef15cbc commit 6d56532
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 23 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.2.4][] - 2023-03-10

- Fix 1 line shift in stack traces

## [1.2.3][] - 2023-02-19
Expand Down Expand Up @@ -66,7 +68,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.3...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.4...HEAD
[1.2.4]: https://github.com/metarhia/metavm/compare/v1.2.3...v1.2.4
[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
Expand Down
43 changes: 25 additions & 18 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metavm",
"version": "1.2.3",
"version": "1.2.4",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand Down Expand Up @@ -43,10 +43,10 @@
"test": "npm run lint && npm run types && metatests test/unit.js && metatests test/timeout.js"
},
"devDependencies": {
"@types/node": "^18.14.0",
"eslint": "^8.34.0",
"@types/node": "^18.15.0",
"eslint": "^8.35.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"metatests": "^0.8.2",
Expand Down

0 comments on commit 6d56532

Please sign in to comment.