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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-01-10 19:47:09 +0400
committerisaacs <i@izs.me>2013-01-10 19:47:09 +0400
commit8e37a589a62eaea16e729a1514ed4a28a4a04788 (patch)
tree1a51d666e5a79109e99296029661abbbde8134bc /ChangeLog
parentbe54423782f511a9756e2412ad509d74ce809647 (diff)
blog, changelog: 0.8.17 was released in 2013, not 2012
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 163372316c8..9865581a4a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2012.01.09, Version 0.8.17 (Stable)
+2013.01.09, Version 0.8.17 (Stable)
* npm: Upgrade to v1.2.0
- peerDependencies (Domenic Denicola)