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:
authorJohannes Ewald <mail@johannesewald.de>2013-03-02 19:45:19 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-03-02 19:45:19 +0400
commitffc383fc951e4f544bacfaeb69f802f1fc03ec24 (patch)
tree168686fcc55f795a31a79cdc1c6c12c6d8d1f6a3 /CHANGELOG.md
parentf5fd56e1e22a733fb06c7b3f05d1b78d2f630a3b (diff)
- version bumpv1.1.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 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.