Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello3d committed Sep 3, 2015
1 parent d7bff4b commit 242b092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 1.0.0 (2015-09-03)

* added changelog
* fixed RegExp escaping of `/` on node 0.10
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": "tosource",
"description": "toSource converts JavaScript objects back to source",
"version": "0.1.3",
"version": "1.0.0",
"homepage": "https://github.com/marcello3d/node-tosource",
"repository": "git://github.com/marcello3d/node-tosource.git",
"author": "Marcello Bastéa-Forte <[email protected]> (http://marcello.cellosoft.com/)",
Expand All @@ -23,4 +23,4 @@
"devDependencies": {
"standard": "5.2.1"
}
}
}

0 comments on commit 242b092

Please sign in to comment.