Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release @google-cloud/rcloadenv v0.3.2 #24

Merged
merged 1 commit into from Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@

[1]: https://www.npmjs.com/package/@google-cloud/rcloadenv?activeTab=versions

## v0.3.2

12-04-2018 16:20 PST

### Internal / Testing Changes
- fix(build): replace project system test key ([#23](https://github.com/googleapis/nodejs-rcloadenv/pull/23))
- test: use execa for tests ([#22](https://github.com/googleapis/nodejs-rcloadenv/pull/22))
- chore: update license file ([#21](https://github.com/googleapis/nodejs-rcloadenv/pull/21))

## v0.3.1

12-02-2018 22:02 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/rcloadenv",
"description": "Node.js implementation of rcloadenv. Wraps execution of a given command and loads variables from the Google Cloud Runtime Config API into that process.",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": "googleapis/nodejs-rcloadenv",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 60000"
},
"dependencies": {
"@google-cloud/rcloadenv": "^0.3.1",
"@google-cloud/rcloadenv": "^0.3.2",
"execa": "^1.0.0"
},
"devDependencies": {
Expand Down