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", } ]