Skip to content

Commit 6927628

Browse files
author
Patrick Mueller
committed
version 1.2.1
1 parent 3f19f12 commit 6927628

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,12 @@ When you visit the site, you'll see the output of various cfenv calls.
325325
changes
326326
================================================================================
327327

328+
**1.2.1** - 2019/03/25
329+
330+
- upgrade js-yaml to avoid vulnerability - [pr #39][]
331+
332+
[pr #39]: https://github.com/cloudfoundry-community/node-cfenv/pull/39
333+
328334
**1.2.0** - 2019/02/21
329335

330336
- use vcapFile port value if available - [pr #36][]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cfenv",
33
"main": "./lib/cfenv",
44
"description": "easy access to your Cloud Foundry application environment",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"author": "pmuellr",
77
"license": "Apache-2.0",
88
"homepage": "https://github.com/cloudfoundry-community/node-cfenv",

0 commit comments

Comments
 (0)