Skip to content

Commit

Permalink
bumping bower version and updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Sep 3, 2013
1 parent d8f59fe commit bbc6694
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
@@ -1,8 +1,8 @@
v0.3.3:
date: "2013-09-03"
changes:
- Add fileSize helper
- Add startsWith helper
- Add fileSize helper.
- Add startsWith helper.
v0.3.2:
date: "2013-08-20"
changes:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,8 @@ npm install handlebars-helpers --save

## Release History

* 2013-09-03   v0.3.3   Add fileSize helper. Add startsWith helper.
* 2013-08-20   v0.3.2   Add glob helper.
* 2013-07-30   v0.3.0   The project has been refactored, cleaned up, and full documentataion has bee put up at http://assemble.io
* 2013-05-11   v0.2.4   Adding object globbing utility functions to be used in helpers later.
* 2013-05-11   v0.2.3   File globbing added to some helpers. Including md and some file helpers.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "helpers",
"version": "0.3.2",
"version": "0.3.3",
"main": "./lib/helper-lib.js",
"dependencies": {
"handlebars": "1.0.10",
Expand Down

0 comments on commit bbc6694

Please sign in to comment.