Skip to content

Commit

Permalink
releasing 0.15.2 with log-driver pinned to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 13, 2018
1 parent 884e588 commit 35d115d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ workflows:
- lint
- docs
filters:
branches:
ignore: /.*/
tags:
only: /^v[\d.]+$/
only: /.*/

jobs:
node4:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/common",
"description": "Common components for Cloud APIs Node.js Client Libraries",
"version": "0.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"extend": "^3.0.1",
"google-auto-auth": "^0.8.0",
"is": "^3.2.0",
"log-driver": "^1.2.5",
"log-driver": "1.2.5",
"methmeth": "^1.1.0",
"modelo": "^4.2.0",
"request": "^2.79.0",
Expand Down

0 comments on commit 35d115d

Please sign in to comment.