Skip to content

Commit

Permalink
bump version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dwillist committed Jun 7, 2019
1 parent dc3f033 commit 38d18c2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
v0.0.11 Jun 07, 2019
=====================

* update module name in go.mod
(https://www.pivotaltracker.com/story/show/163880513)

* update node dependency name to 'Node Engine'
(https://www.pivotaltracker.com/story/show/163880513)

* Update buildpack id to node-engine-cnb
(https://www.pivotaltracker.com/story/show/163880513)

* Read version from buildpack.yml if it exists
- Buildpack.yml version overwrites the nvmrc version, if it exists
- In the buildpack.yml, we look for the nodejs key
- Use RuntimeVersion method in NewContributor to read default versions, if they exists
(https://www.pivotaltracker.com/story/show/165888940)

* Add node 12.4.0
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3
(https://www.pivotaltracker.com/story/show/166445141)

* Add node 10.16.0, remove node 10.15.2
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3
(https://www.pivotaltracker.com/story/show/166317034)

* Add node 12.3.1, remove node 12.3.0
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3
(https://www.pivotaltracker.com/story/show/166194213)
(https://www.pivotaltracker.com/story/show/166165638)

v0.0.10 May 13, 2019
=====================

Expand Down
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.node-engine"
name = "Node Engine Buildpack"
version = "0.0.10"
version = "0.0.11"

[metadata]
include_files = ["bin/build","bin/detect","buildpack.toml"]
Expand Down

0 comments on commit 38d18c2

Please sign in to comment.