Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 15, 2017
1 parent c0283cb commit 0b28a2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.1.1 -- 2017.03.15
* Improve documentation
* Improve error messages
* Update dependencies

v3.1.0 -- 2016.06.03
* Fix internals of symbol detection
* Ensure Symbol.prototype[Symbol.toPrimitive] in all cases returns primitive value
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-symbol",
"version": "3.1.0",
"version": "3.1.1",
"description": "ECMAScript 6 Symbol polyfill",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand All @@ -18,11 +18,11 @@
"url": "git://github.com/medikoo/es6-symbol.git"
},
"dependencies": {
"d": "~0.1.1",
"es5-ext": "~0.10.11"
"d": "1",
"es5-ext": "~0.10.14"
},
"devDependencies": {
"tad": "~0.2.4",
"tad": "~0.2.7",
"xlint": "~0.2.2",
"xlint-jslint-medikoo": "~0.1.4"
},
Expand Down

0 comments on commit 0b28a2d

Please sign in to comment.