Navigation Menu

Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 25, 2013
1 parent 88a0710 commit 8188d47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.10.0 / 2013-02-25
==================

* add computed properties support

0.9.0 / 2013-01-17
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "reactive",
"repo": "component/reactive",
"description": "Reactive template engine",
"version": "0.9.0",
"version": "0.10.0",
"keywords": ["reactive", "template", "engine", "binding", "bindings"],
"dependencies": {
"component/format-parser": "*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "reactive-component",
"description": "Reactive template engine",
"version": "0.9.0",
"keywords": ["reactive", "template", "engine"],
"description": "Reactive template engine with data bindings",
"version": "0.10.0",
"keywords": ["reactive", "template", "engine", "data", "bind", "bindings"],
"main": "lib/index.js",
"dependencies": {
"classes-component": "*",
Expand Down

0 comments on commit 8188d47

Please sign in to comment.