Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Nov 18, 2015
1 parent 3f84b7e commit 61777dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.1.3 -- 2015.11.18
* Relax validation of native implementation (do not require proper stringification of Set.prototype)

v0.1.2 -- 2015.10.02
* Improve native Set detection
* Fix spelling of LICENSE
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-set",
"version": "0.1.2",
"version": "0.1.3",
"description": "ECMAScript6 Set polyfill",
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"event-emitter": "~0.3.4"
},
"devDependencies": {
"tad": "~0.2.3",
"tad": "~0.2.4",
"xlint": "~0.2.2",
"xlint-jslint-medikoo": "~0.1.4"
},
Expand Down

0 comments on commit 61777dd

Please sign in to comment.