Skip to content

Commit 1bbbed5

Browse files
committed
1.0.0
1 parent 7a2afdd commit 1bbbed5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# vm-browserify Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 1.0.0 - 2018-03-23
6+
7+
(This is not a breaking change.)
8+
9+
* Make the `sandbox` argument to `runInNewContext` optional, like in Node. (https://github.com/browserify/vm-browserify/pull/13)
10+
* Substituting `component-indexof` for deprecated `indexof`. (https://github.com/browserify/vm-browserify/pull/14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vm-browserify",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"description": "vm module for the browser",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)