Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
Co-authored-by: Don Nguyen <[email protected]>
  • Loading branch information
dfreilich and ndon55555 committed Feb 14, 2019
1 parent 761887f commit 43f4c2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 43f4c2c

Please sign in to comment.