Skip to content

Commit 2078dcb

Browse files
Tyler Phelandfreilich
andcommitted
Bump version to 0.0.3
Co-authored-by: David Freilich <dfreilich@pivotal.io>
1 parent fbf1d7c commit 2078dcb

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.0.3 Mar 28, 2019
2+
====================
3+
4+
* Support V2 buildpack apps
5+
(https://www.pivotaltracker.com/story/show/163528537)
6+
7+
* Add yarn 1.15.2, remove yarn 1.13.0
8+
for stack(s) org.cloudfoundry.stacks.cflinuxfs2, org.cloudfoundry.stacks.cflinuxfs3, io.buildpacks.stacks.bionic
9+
(https://www.pivotaltracker.com/story/show/164657895)
10+
111
v0.0.2 Feb 14, 2019
212
====================
313

buildpack.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
[buildpack]
33
id = "org.cloudfoundry.buildpacks.yarn"
44
name = "Yarn Buildpack"
5-
version = "0.0.2"
5+
version = "0.0.3"
6+
67
[metadata]
7-
include_files = [
8-
"bin/build",
9-
"bin/detect",
10-
"buildpack.toml",
11-
"go.mod",
12-
"go.sum",
13-
]
14-
pre_package = "./scripts/build.sh"
8+
include_files = ["bin/build","bin/detect","buildpack.toml","go.mod","go.sum"]
9+
pre_package = "./scripts/build.sh"
1510

1611
[[metadata.dependencies]]
1712
id = "yarn"

0 commit comments

Comments
 (0)