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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <rebecca@npmjs.com>2015-10-12 20:57:32 +0300
committerRebecca Turner <rebecca@npmjs.com>2015-10-12 20:57:32 +0300
commitfce973484bfdb10c603c7fd7ca3a4a484ca70e5b (patch)
tree7ae5616ceade94422f8219f65435fc5a442631c0 /CHANGELOG.md
parent8812691694381afee3c49fa765c03d138e8ba442 (diff)
doc: Fix commit links in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19fb7cf36..3dbab17b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,12 @@
### v3.3.8 (2015-10-12):
-This is a small update release, we're reverting `22a3af0` from last week's
+This is a small update release, we're reverting
+[`22a3af0`](https://github.com/npm/npm/commit/22a3af0) from last week's
release, as it is resulting in crashes. We'll revisit this PR during this
week.
-* [`ddde1d5`] Revert "lifecycle: Swap out custom logic with add-to-path module"
+* [`ddde1d5`](https://github.com/npm/npm/commit/ddde1d5)
+ Revert "lifecycle: Swap out custom logic with add-to-path module"
([@iarna](https://github.com/iarna))
### v3.3.7 (2015-10-08):