This commit is contained in:
Sebastian McKenzie 2015-02-25 22:57:59 +11:00
parent f5d9636353
commit 10bd7d1b91
3 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,12 @@ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 4.5.1
Babel now compiles itself!
![holy shit](http://gifsec.com/wp-content/uploads/GIF/2014/03/OMG-GIF_2.gif)
## 4.5.0
* **New Feature**

View File

@ -67,7 +67,7 @@
"trim-right": "^1.0.0"
},
"devDependencies": {
"babel": "4.5.0",
"babel": "4.5.1",
"browserify": "^8.1.3",
"chai": "^2.0.0",
"esvalid": "^1.1.0",

View File

@ -1,7 +1,7 @@
{
"name": "babel-runtime",
"description": "babel selfContained runtime",
"version": "4.5.0",
"version": "4.5.1",
"repository": "babel/babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>"
}