Skip to content

Commit

Permalink
Bump version to 0.13.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Oct 13, 2017
1 parent 425c6c9 commit d8c28bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions packages/google-cloud-language/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,15 @@ jobs:
- checkout
- run:
name: Install modules and dependencies.
command: npm install
command: |
npm install
npm link
- run:
name: Link the module being tested to the samples.
command: |
cd samples/
npm install
npm link @google-cloud/language
npm install
cd ..
- run:
name: Run linting.
Expand Down Expand Up @@ -161,8 +163,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm install
npm link @google-cloud/language
npm install
cd ..
- run:
name: Run sample tests.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-language/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/language",
"description": "Google Cloud Natural Language API client for Node.js",
"version": "0.12.1",
"version": "0.13.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-language/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "repo-tools test run --cmd npm -- run cover"
},
"dependencies": {
"@google-cloud/language": "0.12.1",
"@google-cloud/language": "0.13.0",
"@google-cloud/storage": "1.4.0",
"yargs": "9.0.1"
},
Expand Down

0 comments on commit d8c28bf

Please sign in to comment.