Skip to content

Commit b4fdb4c

Browse files
committed
Version 1.4.4
1 parent 0f912fa commit b4fdb4c

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.4.4][] - 2025-05-21
6+
7+
- Add node.js 24 to CI
8+
- Update dependencies
9+
510
## [1.4.3][] - 2024-09-13
611

712
- Update eslint/prettier/metarhia configs
@@ -107,7 +112,8 @@ First metavm implementation with following features
107112
- Contexts, use default empty and frozen, emulated or pass one
108113
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
109114

110-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.3...HEAD
115+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.4...HEAD
116+
[1.4.4]: https://github.com/metarhia/metavm/compare/v1.4.3...v1.4.4
111117
[1.4.3]: https://github.com/metarhia/metavm/compare/v1.4.2...v1.4.3
112118
[1.4.2]: https://github.com/metarhia/metavm/compare/v1.4.1...v1.4.2
113119
[1.4.1]: https://github.com/metarhia/metavm/compare/v1.4.0...v1.4.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 Metarhia contributors
3+
Copyright (c) 2020-2025 Metarhia contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ MetaScript {
7777

7878
## License & Contributors
7979

80-
Copyright (c) 2020-2024 [Metarhia contributors](https://github.com/metarhia/metavm/graphs/contributors).
80+
Copyright (c) 2020-2025 [Metarhia contributors](https://github.com/metarhia/metavm/graphs/contributors).
8181
Metavm is [MIT licensed](./LICENSE).\
8282
Metavm is a part of [Metarhia](https://github.com/metarhia) technology stack.

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.3",
3+
"version": "1.4.4",
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)