Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
PR-URL: #118
  • Loading branch information
tshemsedinov committed Oct 25, 2023
1 parent 7b0236d commit b395b70
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 124 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [1.4.0][] - 2023-10-25

- Add fetch to default global
- Move to native node.js test runner
- Support node.js 21

## [1.3.0][] - 2023-10-09

- Support new globals for node.js 18 and 20
Expand Down Expand Up @@ -86,7 +92,8 @@ First metavm implementation with following features
- Contexts, use default empty and frozen, emulated or pass one
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023

[unreleased]: https://github.com/metarhia/metavm/compare/v1.3.0...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/metarhia/metavm/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/metarhia/metavm/compare/v1.2.6...v1.3.0
[1.2.6]: https://github.com/metarhia/metavm/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/metarhia/metavm/compare/v1.2.4...v1.2.5
Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
| 0.x | :x: |
| 1.0.x | :x: |
| 1.1.x | :x: |
| 1.2.x | :white_check_mark: |
| 1.2.x | :x: |
| 1.3.x | :x: |
| 1.4.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit b395b70

Please sign in to comment.