Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
PR-URL: #53
  • Loading branch information
tshemsedinov committed Apr 13, 2021
1 parent 491f99a commit 85a4d2c
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 113 deletions.
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.0.1][] - 2021-04-13

- Add .d.ts typings

## [1.0.0][] - 2020-12-17

- Add security policy and config for editors
Expand All @@ -24,7 +28,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.0.0...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/metarhia/metavm/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/metarhia/metavm/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/metarhia/metavm/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/metarhia/metavm/releases/tag/v0.1.0
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 Metarhia contributors
Copyright (c) 2020-2021 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
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 0.0.x | :x: |
| 0.1.x | :x: |
| 0.2.x | :white_check_mark: |
| 0.x | :x: |
| 1.0.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
Loading

0 comments on commit 85a4d2c

Please sign in to comment.