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"