Skip to content

Commit

Permalink
Release 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 2, 2013
1 parent 9e5dc3b commit b3dd168
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# es6-shim 0.7.0 (unreleased)
# es6-shim 0.7.0 (2 April 2013)
* Added `Array#find`, `Array#findIndex`, `Object.assign`, `Object.mixin`,
`Math.cbrt`, `String.fromCodePoint`, `String#codePointAt`.
* Removed `Object.isnt`.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "es6-shim",
"repo": "paulmillr/es6-shim",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"version": "0.6.0",
"version": "0.7.0",
"keywords": ["ecmascript", "harmony", "shim"],
"main": "es6-shim.js",
"scripts": ["es6-shim.js"],
Expand Down
2 changes: 1 addition & 1 deletion es6-shim.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ES6-shim 0.6.0 (c) 2013 Paul Miller (paulmillr.com)
// ES6-shim 0.7.0 (c) 2013 Paul Miller (paulmillr.com)
// ES6-shim may be freely distributed under the MIT license.
// For more details and documentation:
// https://github.com/paulmillr/es6-shim/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Paul Miller (http://paulmillr.com/)",
"name": "es6-shim",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://github.com/paulmillr/es6-shim/",
"repository": {
"type": "git",
Expand Down

0 comments on commit b3dd168

Please sign in to comment.