Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore: release 5.1.3 (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 3, 2020
1 parent 7be9e45 commit 3304c5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Node.js Agent for Google Cloud Debug ChangeLog

### [5.1.3](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.1.2...v5.1.3) (2020-11-03)


### Bug Fixes

* add required parameter to fix build breakage ([#928](https://www.github.com/googleapis/cloud-debug-nodejs/issues/928)) ([1e77a61](https://www.github.com/googleapis/cloud-debug-nodejs/commit/1e77a61516a7630937e288b3a2837fac8e44c5f7))
* **deps:** update dependency acorn to v8 ([#916](https://www.github.com/googleapis/cloud-debug-nodejs/issues/916)) ([2f2c421](https://www.github.com/googleapis/cloud-debug-nodejs/commit/2f2c4216219be8b8fc22c401a2474eae0e619c0e))

### [5.1.2](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v5.1.1...v5.1.2) (2020-07-09)


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": "@google-cloud/debug-agent",
"version": "5.1.2",
"version": "5.1.3",
"author": "Google Inc.",
"description": "Stackdriver Debug Agent for Node.js",
"main": "./build/src/index",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/debug-agent": "^5.1.2",
"@google-cloud/debug-agent": "^5.1.3",
"express": "4.17.1"
},
"devDependencies": {
Expand Down

1 comment on commit 3304c5b

@gugupopes123
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.