summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2014-12-26 10:35:32 +0000
committerWilson Page <wilsonpage@me.com>2014-12-26 10:35:32 +0000
commitd0059f17ec9583a1fd0f6a35dc49e723b3f46ebe (patch)
treeff5031f0186d3ce414dbbed6bccb2e8f8fbb0329
parentc230ac64e453f25a14387c07e6342b33e060e0ec (diff)
downloadfastdom-d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe.zip
fastdom-d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe.tar.gz
fastdom-d0059f17ec9583a1fd0f6a35dc49e723b3f46ebe.tar.bz2
0.8.5v0.8.5
-rw-r--r--History.md5
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/History.md b/History.md
index d47b5cd..c83c992 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,9 @@
+0.8.5 / 2014-12-26
+==================
+
+ * fix - Invalid JSDoc
+
0.8.4 / 2013-10-25
==================
diff --git a/bower.json b/bower.json
index 02b480e..62bdccd 100644
--- a/bower.json
+++ b/bower.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/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"