Skip to content

Commit

Permalink
v6.21.9. Bugfix. Improvement.
Browse files Browse the repository at this point in the history
- v6.21.9 February 6, 2013
	- We now completely ignore growl failures
	- We now alert the user of watch failures but still ignore them
overall (as to not bring down the entire app)
	- Updated dependencies
		- [growl](https://github.com/visionmedia/node-growl) from ~1.6.1 to
~1.7.0
		- [express](https://github.com/visionmedia/express) from ~3.0.6 to
~3.1.0
		- [watchr](https://github.com/bevry/watchr) from ~2.3.4 to ~2.3.5
			- Fixes a bug with uncaught watching exceptions
  • Loading branch information
balupton committed Feb 6, 2013
1 parent c7d7c14 commit 5e14ecd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions History.md
@@ -1,5 +1,14 @@
## History

- v6.21.9 February 6, 2013
- We now completely ignore growl failures
- We now alert the user of watch failures but still ignore them overall (as to not bring down the entire app)
- Updated dependencies
- [growl](https://github.com/visionmedia/node-growl) from ~1.6.1 to ~1.7.0
- [express](https://github.com/visionmedia/express) from ~3.0.6 to ~3.1.0
- [watchr](https://github.com/bevry/watchr) from ~2.3.4 to ~2.3.5
- Fixes a bug with uncaught watching exceptions

- v6.21.8 February 5, 2013
- Swapped out underscore dependency for lodash
- Underscore is no longer provided to testers
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.21.8",
"version": "6.21.9",
"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 All @@ -25,10 +25,10 @@
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Nick Crohn <ncrohn@me.com> (https://github.com/ncrohn)",
"eldios <lele@amicofigo.com> (https://github.com/eldios)",
"Changwoo Park <pismute@gmail.com> (https://github.com/pismute)",
Expand Down

0 comments on commit 5e14ecd

Please sign in to comment.