Skip to content

Commit 02db246

Browse files
committed
Version 1.4.1
PR-URL: #120
1 parent de64893 commit 02db246

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.4.1][] - 2023-12-10
6+
7+
- Package maintenance
8+
59
## [1.4.0][] - 2023-10-25
610

711
- Add fetch to default global
@@ -92,7 +96,8 @@ First metavm implementation with following features
9296
- Contexts, use default empty and frozen, emulated or pass one
9397
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
9498

95-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.0...HEAD
99+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.1...HEAD
100+
[1.4.1]: https://github.com/metarhia/metavm/compare/v1.4.0...v1.4.1
96101
[1.4.0]: https://github.com/metarhia/metavm/compare/v1.3.0...v1.4.0
97102
[1.3.0]: https://github.com/metarhia/metavm/compare/v1.2.6...v1.3.0
98103
[1.2.6]: https://github.com/metarhia/metavm/compare/v1.2.5...v1.2.6

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