From 08b978566b13279d3122bf1e7a4094428b9d322a Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Wed, 14 Aug 2013 12:51:49 +1000 Subject: [PATCH] v6.49.1. Bugfix. - v6.49.1 August 14, 2013 - `loadFiles` step is now properly reported in the progress bar - Thanks to [Bruno Heridet](https://github.com/Delapouite) for [pull request #498](https://github.com/bevry/docpad/pull/598) --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0de661d8..44368a02 100755 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ ## History +- v6.49.1 August 14, 2013 + - `loadFiles` step is now properly reported in the progress bar + - Thanks to [Bruno Heridet](https://github.com/Delapouite) for [pull request #498](https://github.com/bevry/docpad/pull/598) + - v6.49.0 August 12, 2013 - DocPad will now shutdown and destroy itself more thoroughly - Thanks to [Ashton Williams](https://github.com/Ashton-W) for [issue #595](https://github.com/bevry/docpad/issues/595) diff --git a/package.json b/package.json index 5e3b9588..22624b27 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docpad", - "version": "6.49.0", + "version": "6.49.1", "description": "DocPad is a next generation web architecture that lets you create fast static websites with dynamic abilities and powerful abstractions. Write your website as files on your computer, entries in a database, or even RSS feeds and DocPad will import it, generate & render it, then output a static website for deployment anywhere or a dynamic node website for advanced server-side functionality. Use it as a module or standalone. It's purely awesome. Check it out.", "homepage": "https://github.com/bevry/docpad", "installUrl": "http://docpad.org/install",