Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 984c833..74da067 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
##Changelog
+###v1.1.1
+- Fixed bug with modules that had a comment on the last line
+
###v1.1.0
- Added Coffee-Script support
- Removed Makefile: Use `npm test` instead.
diff --git a/package.json b/package.json
index 52bded3..b9f6969 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "1.1.0",
+ "version" : "1.1.1",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",