Skip to content

Commit

Permalink
v6.6.5. Bugfix.
Browse files Browse the repository at this point in the history
- v6.6.5 September 18, 2012
	- Further improved file encoding detection
		- Closes [#266: Images are
broken](#266)
  • Loading branch information
balupton committed Sep 18, 2012
1 parent dbd3fa2 commit 229db95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
@@ -1,5 +1,9 @@
## History

- v6.6.5 September 18, 2012
- Further improved file encoding detection
- Closes [#266: Images are broken](https://github.com/bevry/docpad/issues/266)

- v6.6.4 September 4, 2012
- Better file encoding detection
- Closes [#288: Output of certain binary files is corrupt](https://github.com/bevry/docpad/issues/288)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.6.4",
"version": "6.6.5",
"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",
"keywords": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"npm": ">=1.1.0"
},
"dependencies": {
"bal-util": ">=1.13.5 <1.14",
"bal-util": ">=1.13.6 <1.14",
"express": "2.5.x",
"mime": "1.2.x",
"query-engine": ">=1.2.3 <1.3",
Expand Down

0 comments on commit 229db95

Please sign in to comment.