From 43f4c2cc243b0e1052feddc7b21abfc1a54fd9ec Mon Sep 17 00:00:00 2001 From: David Freilich Date: Thu, 14 Feb 2019 16:12:13 -0500 Subject: [PATCH] Bump version to 0.0.4 Co-authored-by: Don Nguyen --- CHANGELOG | 11 +++++++++++ buildpack.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8b137891..d4c09f49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,12 @@ +v0.0.4 Feb 14, 2019 +==================== +* Update pack to version 0.0.9 + +* Write node_modules and npm-cache to sub dirs within the module layer + (https://www.pivotaltracker.com/story/show/163059049) + +* Incorperate changes to libcfbuildpack, Layer does not delete contents before contributing + - manually build Layers object in cache tests in order to get access to logger + - only copy npm_cache into layer if it is present, vendored apps may not have this even after rebuilding + (https://www.pivotaltracker.com/story/show/162511205) diff --git a/buildpack.toml b/buildpack.toml index 0e4e2a16..76998038 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ [buildpack] id = "org.cloudfoundry.buildpacks.npm" name = "NPM Buildpack" -version = "0.0.3" +version = "0.0.4" [[stacks]] id = "org.cloudfoundry.stacks.cflinuxfs3"