Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 23, 2015
1 parent 28a972d commit 1c04923
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
1.3.0 / 2015-04-22
=================
* Add `Map#toJSON` and `Set#toJSON`
* Test on latest `io.js` versions.
* Update `jscs`, `semver`, `uglify-js`, `eslint`, `tape`, `browserify`

1.2.1 / 2015-03-21
=================
* Update built distribution files
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "es7-shim",
"version": "1.2.1",
"version": "1.3.0",
"main": "es7-shim.browser.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "es7-shim",
"repo": "es-shims/es7-shim",
"description": "ECMAScript 7 compatibility shims for legacy JavaScript engines",
"version": "v1.2.1",
"version": "v1.3.0",
"keywords": [
"shim",
"es7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es7-shim",
"version": "1.2.1",
"version": "1.3.0",
"description": "ECMAScript 7 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es7-shim/",
"contributors": [
Expand Down

0 comments on commit 1c04923

Please sign in to comment.