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
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 22, 2020
1 parent 33f5455 commit 24c49bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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-09-22)


### Bug Fixes

* **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

0 comments on commit 24c49bf

Please sign in to comment.