From 505ade3025fafebcee39d5e11ff89a575166e4bd Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Mon, 8 Apr 2013 09:58:09 -0700 Subject: [PATCH] v0.6.1: History.md and notices.json --- History.md | 6 +++++- scripts/admin/notices.json | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 1ea80c8254..dc61628c95 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,14 @@ ## vNEXT +## v0.6.1 + * Correct NPM behavior in packages in case there is a `node_modules` directory somewhere above the app directory. #927 -Patches contributed by GitHub user andreas-karlsson. +* Small bug fix in the low-level `routepolicy` package + +Patches contributed by GitHub users andreas-karlsson, awwx. ## v0.6.0 diff --git a/scripts/admin/notices.json b/scripts/admin/notices.json index 519946d2fd..6fa26270d7 100644 --- a/scripts/admin/notices.json +++ b/scripts/admin/notices.json @@ -6,5 +6,8 @@ "source file are now private to that file. Remove the `var` to share", "a value between files." ] + }, + { + "release": "0.6.1", } ]