From 1bbbed5a1e09502d2b63cb6f14a067c48bb36790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 23 Mar 2018 10:13:33 +0100 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d282656 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# vm-browserify Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## 1.0.0 - 2018-03-23 + +(This is not a breaking change.) + +* Make the `sandbox` argument to `runInNewContext` optional, like in Node. (https://github.com/browserify/vm-browserify/pull/13) +* Substituting `component-indexof` for deprecated `indexof`. (https://github.com/browserify/vm-browserify/pull/14) diff --git a/package.json b/package.json index 51cf431..751848d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vm-browserify", - "version": "0.0.4", + "version": "1.0.0", "description": "vm module for the browser", "main": "index.js", "repository": {