Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesteinberg committed Aug 17, 2019
1 parent e63d44d commit 4244755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.1.0](https://github.com/ibm-garage/node-garage-utils/compare/v4.0.2...v4.1.0) (2019-08-17)


### Features

* **cloudEnv:** new cloudEnv abstraction for information about the CF or Kubernetes environment ([6d2dc44](https://github.com/ibm-garage/node-garage-utils/commit/6d2dc44))
* **cloudEnv:** new serviceCreds() to obtain service credentials from VCAP_SERVICES (in CF) or a named environment variable (in Kubernetes) ([5eadf08](https://github.com/ibm-garage/node-garage-utils/commit/5eadf08))

## [4.0.2](https://github.com/ibm-garage/node-garage-utils/compare/v4.0.1...v4.0.2) (2019-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garage-utils",
"version": "4.0.2",
"version": "4.1.0",
"description": "Common utilities for Node/Express applications at the IBM Cloud Garage.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4244755

Please sign in to comment.