Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.4.2 #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [1.4.2][] - 2024-02-11

- Package maintenance

## [1.4.1][] - 2023-12-10

- Package maintenance
Expand Down Expand Up @@ -96,7 +100,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.4.1...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/metarhia/metavm/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/metarhia/metavm/compare/v1.4.0...v1.4.1
[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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 Metarhia contributors
Copyright (c) 2020-2024 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ MetaScript {

## License & Contributors

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