Skip to content

Commit 85a4d2c

Browse files
committed
Version 1.0.1
PR-URL: #53
1 parent 491f99a commit 85a4d2c

File tree

5 files changed

+209
-113
lines changed

5 files changed

+209
-113
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.0.1][] - 2021-04-13
6+
7+
- Add .d.ts typings
8+
59
## [1.0.0][] - 2020-12-17
610

711
- Add security policy and config for editors
@@ -24,7 +28,8 @@ First metavm implementation with following features
2428
- Contexts, use default empty and frozen, emulated or pass one
2529
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023
2630

27-
[unreleased]: https://github.com/metarhia/metavm/compare/v1.0.0...HEAD
31+
[unreleased]: https://github.com/metarhia/metavm/compare/v1.0.1...HEAD
32+
[1.0.1]: https://github.com/metarhia/metavm/compare/v1.0.0...v1.0.1
2833
[1.0.0]: https://github.com/metarhia/metavm/compare/v0.2.0...v1.0.0
2934
[0.2.0]: https://github.com/metarhia/metavm/compare/v0.1.0...v0.2.0
3035
[0.1.0]: https://github.com/metarhia/metavm/releases/tag/v0.1.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Metarhia contributors
3+
Copyright (c) 2020-2021 Metarhia contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SECURITY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 0.0.x | :x: |
8-
| 0.1.x | :x: |
9-
| 0.2.x | :white_check_mark: |
7+
| 0.x | :x: |
8+
| 1.0.x | :white_check_mark: |
109

1110
## Reporting a Vulnerability
1211

0 commit comments

Comments
 (0)