Skip to content

Commit

Permalink
Bump Propeller to 0.5.6 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatsunra committed Mar 1, 2014
1 parent 7e4f962 commit 6456b85
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.5.6:
date: "2014-02-28"
changes:
- Remove IE debugging code from layout template
- Bump versions on assemble, assemble-contrib-permalinks, csvtojson, grunt-contrib-connect, grunt-convert, load-grunt-tasks, time-grunt
- Bump Bootstrap version to 3.1.1, D3 to 3.4.3, jQuery to 1.11.0, RequireJS to 2.1.11
v0.5.5:
date: "2014-02-05"
changes:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using generator-propeller 0.5.5
// Generated using generator-propeller 0.5.6
'use strict';

// # Globbing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# propeller 0.5.5
# propeller 0.5.6

Static site generator in [Assemble](http://assemble.io) and [Bootstrap 3](http://getbootstrap.com) using [Handlebars](http://handlebarsjs.com) templates, with additional support for [RequireJS](http://requirejs.org), [Knockout](http://knockoutjs.com), [Moment.js](http://momentjs.com), [D3](http://d3js.org) and CSV parsing.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "propeller",
"description": "Static Site Generator in Assemble and Bootstrap 3",
"version": "0.5.5",
"version": "0.5.6",
"homepage": "http://propellerjs.com",
"authors": [
"Dane Petersen"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "propeller",
"description": "Static Site Generator in Assemble and Bootstrap 3",
"version": "0.5.5",
"version": "0.5.6",
"homepage": "http://propellerjs.com",
"author": "Dane Petersen",
"licenses": [
Expand Down

0 comments on commit 6456b85

Please sign in to comment.