Skip to content

Commit f99fb95

Browse files
committed
chore: Update CHANGELOG and Version
1 parent 34af643 commit f99fb95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.7.3
4+
5+
### Date: 8/28/2020
6+
7+
### Changes:
8+
9+
- Fixed to use the global `Object.hasOwnProperty()` function instead of relying on objects to have it themselves.
10+
311
## v0.7.1
412

513
### Date: 7/27/2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deno-vm",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A VM module that provides a secure runtime environment via Deno.",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/typings/index.d.ts",

0 commit comments

Comments
 (0)