Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 4, 2019
1 parent d509e8e commit a8fe8f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.2 - 2019-11-04
* Update another jQuery reference in the readme. (https://github.com/browserify/vm-browserify/pull/27)
* Get rid of jQuery references altogether from samples and readme. (https://github.com/browserify/vm-browserify/commit/d509e8e5afb7b1ead191cbbd49c37a3fb934b2dc)

## 1.1.1 - 2019-11-04
* Update a reference to jQuery in an example file that was setting off some security software. (https://github.com/browserify/vm-browserify/pull/22)

## 1.1.0 - 2018-06-15
* Add `vm.isContext(sandbox)`. (https://github.com/browserify/vm-browserify/commit/038c3cb33edcad9eec33aa8a8beae31b15c1a006)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vm-browserify",
"version": "1.1.1",
"version": "1.1.2",
"description": "vm module for the browser",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit a8fe8f6

Please sign in to comment.