We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9bd4c commit ed85032Copy full SHA for ed85032
CHANGELOG.md
@@ -2,6 +2,9 @@
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.1 - 2018-04-13
6
+* Remove the `component-indexof` dependency. (https://github.com/browserify/vm-browserify/commit/0d9bd4c99f80db12c5c45e260a23ebfc51ec850d)
7
+
8
## 1.0.0 - 2018-03-23
9
10
(This is not a breaking change.)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "vm-browserify",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "vm module for the browser",
"main": "index.js",
"repository": {
0 commit comments