Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Aug 11, 2015
1 parent 5a65720 commit a937329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 1.0.1

- Fix `counter.inc(0)` and `counter.dec(0)` (Maximilian Antoni)

## 1.0.0

- Browserify support (Maximilian Antoni)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "measured",
"description": "This is an alternative port of Coda Hale's metrics library.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/felixge/node-measured",
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit a937329

Please sign in to comment.