Skip to content

Commit a5dbceb

Browse files
author
Patrick Mueller
committed
version 1.2.0
1 parent 1a730e3 commit a5dbceb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

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

328+
**1.2.0** - 2019/02/21
329+
330+
- use vcapFile port value if available - [pr #36][]
331+
- upgrade underscore from 1.8.x to 1.9.x - [pr #37][]
332+
- use `random-route:` instead of `${random-word}` in sample manifest - [pr #38][]
333+
334+
[pr #36]: https://github.com/cloudfoundry-community/node-cfenv/pull/36
335+
[pr #37]: https://github.com/cloudfoundry-community/node-cfenv/pull/37
336+
[pr #38]: https://github.com/cloudfoundry-community/node-cfenv/pull/38
337+
328338
**1.1.0** - 2018/04/18
329339

330340
- add the `vcapFile` option - [issue #31][]

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.1.0",
5+
"version": "1.2.0",
66
"author": "pmuellr",
77
"license": "Apache-2.0",
88
"homepage": "https://github.com/cloudfoundry-community/node-cfenv",

0 commit comments

Comments
 (0)