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

Commit

Permalink
chore: release 4.0.0 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and DominicKramer committed Jun 5, 2019
1 parent 003c662 commit b22b158
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Node.js Agent for Google Cloud Debug ChangeLog

## [4.0.0](https://www.github.com/googleapis/cloud-debug-nodejs/compare/v3.2.0...v4.0.0) (2019-06-05)


### ⚠ BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#680)

### Bug Fixes

* **deps:** update dependency @google-cloud/common to v1 ([#692](https://www.github.com/googleapis/cloud-debug-nodejs/issues/692)) ([eeaeac8](https://www.github.com/googleapis/cloud-debug-nodejs/commit/eeaeac8))
* **deps:** update dependency express to v4.17.0 ([#695](https://www.github.com/googleapis/cloud-debug-nodejs/issues/695)) ([90420bd](https://www.github.com/googleapis/cloud-debug-nodejs/commit/90420bd))
* **deps:** update dependency express to v4.17.1 ([#708](https://www.github.com/googleapis/cloud-debug-nodejs/issues/708)) ([97bfa7b](https://www.github.com/googleapis/cloud-debug-nodejs/commit/97bfa7b))
* **deps:** update dependency gcp-metadata to v2 ([#691](https://www.github.com/googleapis/cloud-debug-nodejs/issues/691)) ([3a4b275](https://www.github.com/googleapis/cloud-debug-nodejs/commit/3a4b275))


### Build System

* upgrade engines field to >=8.10.0 ([#680](https://www.github.com/googleapis/cloud-debug-nodejs/issues/680)) ([d36462e](https://www.github.com/googleapis/cloud-debug-nodejs/commit/d36462e))


### Features

* add `get()` function ([#709](https://www.github.com/googleapis/cloud-debug-nodejs/issues/709)) ([003c662](https://www.github.com/googleapis/cloud-debug-nodejs/commit/003c662))
* support apiEndpoint override ([#713](https://www.github.com/googleapis/cloud-debug-nodejs/issues/713)) ([dfa349e](https://www.github.com/googleapis/cloud-debug-nodejs/commit/dfa349e))

## v3.2.0

05-02-2019 08:18 PDT
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": "3.2.0",
"version": "4.0.0",
"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 @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/debug-agent": "^3.2.0",
"@google-cloud/debug-agent": "^4.0.0",
"express": "4.17.1"
},
"devDependencies": {
Expand Down

0 comments on commit b22b158

Please sign in to comment.