Skip to content

Commit

Permalink
v6.20.1. Bugfix.
Browse files Browse the repository at this point in the history
- v6.20.1 December 24, 2012
	- Fixed `File::writeSource`
		- Thanks to [ashnur](https://github.com/ashnur) for [pull request
#381](#381)
  • Loading branch information
balupton committed Dec 24, 2012
1 parent 4946bed commit 4b1e3ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
@@ -1,5 +1,9 @@
## History

- v6.20.1 December 24, 2012
- Fixed `File::writeSource`
- Thanks to [ashnur](https://github.com/ashnur) for [pull request #381](https://github.com/bevry/docpad/pull/381)

- v6.20.0 December 17, 2012
- Better watch handling
- Updated dependencies
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.20.0",
"version": "6.20.1",
"description": "DocPad is a language agnostic document management system. This means you write your website as documents, in whatever language you wish, and DocPad will handle the compiling, templates and layouts for you. For static documents it will generate static files, for dynamic documents it'll re-render them on each request. You can utilise DocPad by itself, or use it as a module your own custom system. It's pretty cool, and well worth checking out. We love it.",
"homepage": "https://github.com/bevry/docpad",
"installUrl": "http://docpad.org/install",
Expand Down Expand Up @@ -44,6 +44,7 @@
"Ben Barber (https://github.com/barberboy)",
"Luke Hagan (https://github.com/lhagan)",
"Vladislav Botvin <darkvlados@me.com> (https://github.com/darrrk)",
"Ashnur (https://github.com/ashnur)",
"Sven Vetsch (https://github.com/disenchant)"
],
"bugs": {
Expand Down

0 comments on commit 4b1e3ec

Please sign in to comment.