Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrynearson committed Jul 19, 2012
1 parent 0e3555a commit 7c0e34a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 2.2.0

- Upgraded dependencies: express, optimist
- Declared compatibility with node 0.4 and 0.6
- Fixed: `showError` middleware no longer writes a body for error responses to
HEAD requests.
- Changed: `Server.initialize()` and `Server.conclude()` are now passed all
arguments for the `Server()` constructor instead of just the plugin.
- Changed: Default model routes now allow `Error()` objects passed back from
`Backbone.sync()` to be sent to the client.
- Changed: Default value for `host` command option is `false`, which disables
host checking by default.

## Bones 2.x.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bones",
"description": "Framework for using backbone.js on the client and server.",
"version": "2.1.0alpha0",
"version": "2.2.0",

"author": {
"name": "Development Seed",
Expand Down

0 comments on commit 7c0e34a

Please sign in to comment.