Skip to content

Commit 5a78de3

Browse files
committed
updates for v1.0.2
1 parent eebf0a0 commit 5a78de3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@ description of them.
337337
changes
338338
================================================================================
339339

340+
**1.0.2** - 2014/09/29
341+
342+
- delete a lingering `npm-debug.log` left behind
343+
- add `npm-debug.log` to `.gitignore`
344+
340345
**1.0.1** - 2014/09/29
341346

342347
- remove node_modules from .cfignore - [issue #8](https://github.com/cloudfoundry-community/node-cfenv/issues/8)

package.json

Lines changed: 1 addition & 1 deletion
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.0.1",
5+
"version": "1.0.2",
66
"author": "pmuellr",
77
"license": "Apache-2.0",
88
"homepage": "https://github.com/cloudfoundry-community/node-cfenv",

0 commit comments

Comments
 (0)