Skip to content

Commit 6d56532

Browse files
committed
Version 1.2.4
PR-URL: #103
1 parent ef15cbc commit 6d56532

3 files changed

Lines changed: 33 additions & 23 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.2.4][] - 2023-03-10
6+
57
- Fix 1 line shift in stack traces
68

79
## [1.2.3][] - 2023-02-19
@@ -66,7 +68,8 @@ First metavm implementation with following features
6668
- Contexts, use default empty and frozen, emulated or pass one
6769
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
6870

69-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.3...HEAD
71+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.4...HEAD
72+
[1.2.4]: https://github.com/metarhia/metavm/compare/v1.2.3...v1.2.4
7073
[1.2.3]: https://github.com/metarhia/metavm/compare/v1.2.2...v1.2.3
7174
[1.2.2]: https://github.com/metarhia/metavm/compare/v1.2.1...v1.2.2
7275
[1.2.1]: https://github.com/metarhia/metavm/compare/v1.2.0...v1.2.1

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metavm",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia script loader, node.js vm wrapper",
@@ -43,10 +43,10 @@
4343
"test": "npm run lint && npm run types && metatests test/unit.js && metatests test/timeout.js"
4444
},
4545
"devDependencies": {
46-
"@types/node": "^18.14.0",
47-
"eslint": "^8.34.0",
46+
"@types/node": "^18.15.0",
47+
"eslint": "^8.35.0",
4848
"eslint-config-metarhia": "^8.1.0",
49-
"eslint-config-prettier": "^8.6.0",
49+
"eslint-config-prettier": "^8.7.0",
5050
"eslint-plugin-import": "^2.27.5",
5151
"eslint-plugin-prettier": "^4.2.1",
5252
"metatests": "^0.8.2",

0 commit comments

Comments
 (0)