diff options
author | Wilson Page <wilsonpage@me.com> | 2014-12-26 10:35:32 +0000 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2014-12-26 10:35:32 +0000 |
commit | d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe (patch) | |
tree | ff5031f0186d3ce414dbbed6bccb2e8f8fbb0329 | |
parent | c230ac64e453f25a14387c07e6342b33e060e0ec (diff) | |
download | fastdom-d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe.zip fastdom-d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe.tar.gz fastdom-d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe.tar.bz2 |
0.8.5v0.8.5
-rw-r--r-- | History.md | 5 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,9 @@ +0.8.5 / 2014-12-26 +================== + + * fix - Invalid JSDoc + 0.8.4 / 2013-10-25 ================== @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.4", + "version": "0.8.5", "main": "index.js", "scripts": [ "index.js" diff --git a/component.json b/component.json index 4593151..8de8484 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.4", + "version": "0.8.5", "main": "index.js", "scripts": [ "index.js" diff --git a/package.json b/package.json index cc2400a..19bb17f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.8.4", + "version": "0.8.5", "main": "index.js", "scripts": { "test": "jshint . && mocha-phantomjs test/index.html" |