Skip to content

Commit 28df9f8

Browse files
committed
Version 1.4.5
1 parent 5aadede commit 28df9f8

File tree

3 files changed

+107
-98
lines changed

3 files changed

+107
-98
lines changed

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.5][] - 2025-08-31
6+
7+
- Update dependencies to latest versions
8+
- Simplify Node.js engines requirement to >=18
9+
510
## [1.4.4][] - 2025-05-21
611

712
- Add node.js 24 to CI
@@ -112,7 +117,8 @@ First metavm implementation with following features
112117
- Contexts, use default empty and frozen, emulated or pass one
113118
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
114119

115-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.4...HEAD
120+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.5...HEAD
121+
[1.4.5]: https://github.com/metarhia/metavm/compare/v1.4.4...v1.4.5
116122
[1.4.4]: https://github.com/metarhia/metavm/compare/v1.4.3...v1.4.4
117123
[1.4.3]: https://github.com/metarhia/metavm/compare/v1.4.2...v1.4.3
118124
[1.4.2]: https://github.com/metarhia/metavm/compare/v1.4.1...v1.4.2

0 commit comments

Comments
 (0)