Skip to content

Commit

Permalink
Upgrading turtle.io to 3.0.15 for etag middleware fix (out of order e…
Browse files Browse the repository at this point in the history
…xecution negated it)
  • Loading branch information
avoidwork committed Aug 25, 2014
1 parent f126fd3 commit c7e20eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.6.1
- Upgrading turtle.io to 3.0.15 for etag middleware fix (out of order execution negated it)

## 0.6.0
- Moved `mediator()` middleware out of `auth()` and into `bootstrap()`
- Fixed redundant variable initialization in `Tenso.prototype.rate()`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is a REST API facade for node.js, designed to simplify the implementation of APIs.",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "http://avoidwork.github.io/tenso",
"author": {
"name": "Jason Mulligan",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"keigai": "0.6.1",
"turtle.io": "3.0.14",
"turtle.io": "3.0.15",
"cookie-parser": "1.3.2",
"express-session": "^1.7.2",
"passport": "0.2.0",
Expand Down

0 comments on commit c7e20eb

Please sign in to comment.