Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 24, 2013
1 parent 4882cd0 commit 8d39279
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.0.0 / 2013-01-24
==================

* remove lame magical getters

0.0.1 / 2010-01-03
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "callsite"
, "version": "0.0.1"
, "version": "1.0.0"
, "description": "access to v8's CallSites"
, "keywords": ["stack", "trace", "line"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {}
, "devDependencies": { "mocha": "*", "should": "*" }
, "main": "index"
, "engines": { "node": "*" }
}
}

0 comments on commit 8d39279

Please sign in to comment.