Skip to content

Commit 611a25f

Browse files
committed
Version 1.2.5
PR-URL: #105
1 parent eba87c3 commit 611a25f

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.2.5][] - 2023-04-29
6+
7+
- Drop node.js 14 support, add node.js 20
8+
- Convert package_lock.json to lockfileVersion 2
9+
- Update dependencies
10+
511
## [1.2.4][] - 2023-03-10
612

713
- Fix 1 line shift in stack traces
@@ -68,7 +74,8 @@ First metavm implementation with following features
6874
- Contexts, use default empty and frozen, emulated or pass one
6975
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
7076

71-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.4...HEAD
77+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.5...HEAD
78+
[1.2.5]: https://github.com/metarhia/metavm/compare/v1.2.4...v1.2.5
7279
[1.2.4]: https://github.com/metarhia/metavm/compare/v1.2.3...v1.2.4
7380
[1.2.3]: https://github.com/metarhia/metavm/compare/v1.2.2...v1.2.3
7481
[1.2.2]: https://github.com/metarhia/metavm/compare/v1.2.1...v1.2.2

package-lock.json

Lines changed: 8 additions & 8 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.2.4",
3+
"version": "1.2.5",
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)