Skip to content

Commit

Permalink
chore: release 1.2.3 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and DominicKramer committed Sep 3, 2019
1 parent 6937d45 commit 5199ba9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions

### [1.2.3](https://www.github.com/googleapis/nodejs-logging-bunyan/compare/v1.2.2...v1.2.3) (2019-09-03)


### Bug Fixes

* **deps:** update dependency yargs to v14 ([#346](https://www.github.com/googleapis/nodejs-logging-bunyan/issues/346)) ([93f7deb](https://www.github.com/googleapis/nodejs-logging-bunyan/commit/93f7deb))
* **docs:** remove anchor from reference doc link ([#348](https://www.github.com/googleapis/nodejs-logging-bunyan/issues/348)) ([6937d45](https://www.github.com/googleapis/nodejs-logging-bunyan/commit/6937d45))

### [1.2.2](https://www.github.com/googleapis/nodejs-logging-bunyan/compare/v1.2.1...v1.2.2) (2019-08-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/logging-bunyan",
"description": "Stackdriver Logging stream for Bunyan",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/logging-bunyan": "^1.2.2",
"@google-cloud/logging-bunyan": "^1.2.3",
"bunyan": "^1.8.12",
"express": "^4.16.3",
"yargs": "^14.0.0"
Expand Down

0 comments on commit 5199ba9

Please sign in to comment.