Skip to content

Commit 1924217

Browse files
committed
3.0.1
* remove unnecessary use of regex (Ryan Graham) * Fixed typo on forward proxy (Cemal Eker) * Fixed typo (Leopold Bradley) * don't log warning if env file doesn't exist (Ryan Graham)
1 parent 680ad40 commit 1924217

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2018-06-28, Version 3.0.1
2+
=========================
3+
4+
* remove unnecessary use of regex (Ryan Graham)
5+
6+
* Fixed typo on forward proxy (Cemal Eker)
7+
8+
* Fixed typo (Leopold Bradley)
9+
10+
* don't log warning if env file doesn't exist (Ryan Graham)
11+
12+
113
2018-05-21, Version 3.0.0
214
=========================
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foreman",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "http://strongloop.github.io/node-foreman/",
55
"description": "Node Implementation of Foreman",
66
"author": "StrongLoop, Inc.",

0 commit comments

Comments
 (0)