Skip to content

Commit

Permalink
updating version after fix for status page on latest node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mrak committed Apr 26, 2013
1 parent 293aa60 commit a9ee70f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.48

* fixed a bug with the latest version of node where status page was no longer showing.

## 0.1.47

* urls are now matched via regular expressions. If you want an exact match, remember to prefix your urls with `^` and postfix with `$`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stubby",
"preferGlobal": true,
"version": "0.1.47",
"version": "0.1.48",
"author": {
"name": "Eric Mrak",
"email": "enmrak@gmail.com"
Expand Down

0 comments on commit a9ee70f

Please sign in to comment.