Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
PR-URL: #93
  • Loading branch information
tshemsedinov committed Nov 16, 2022
1 parent 932030e commit 77b6c3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

## [1.2.2][] - 2022-11-16

- Using optional chaining operator
- Package maintenance

## [1.2.1][] - 2022-07-07

Expand Down Expand Up @@ -57,7 +60,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.2.1...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/metarhia/metavm/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/metarhia/metavm/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/metarhia/metavm/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/metarhia/metavm/compare/v1.0.3...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metavm",
"version": "1.2.1",
"version": "1.2.2",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand Down

0 comments on commit 77b6c3d

Please sign in to comment.