Skip to content

Commit

Permalink
chore(main): release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 24, 2024
1 parent 78fde86 commit cf97891
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [8.0.1](https://github.com/googleapis/cloud-trace-nodejs/compare/v8.0.0...v8.0.1) (2024-07-24)


### Bug Fixes

* Migrate eslint ignores ([78fde86](https://github.com/googleapis/cloud-trace-nodejs/commit/78fde86c157b2655dd6ac43a0427a666b8990f7c))
* **test:** Disable codecov ([b6f9a4e](https://github.com/googleapis/cloud-trace-nodejs/commit/b6f9a4e58b72623bf8559d8f89ff0ac32a9a92ee))
* **tests:** Delete flaky test ([7bcb4d5](https://github.com/googleapis/cloud-trace-nodejs/commit/7bcb4d54d8cfd273d11f2c536af00093a6213910))
* **tests:** Work around type check failures ([f45952f](https://github.com/googleapis/cloud-trace-nodejs/commit/f45952fedacacb2741ede26a0143d64c17dc02d8))

## [8.0.0](https://github.com/googleapis/cloud-trace-nodejs/compare/v7.1.2...v8.0.0) (2024-02-07)


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/trace-agent",
"version": "8.0.0",
"version": "8.0.1",
"description": "Node.js Support for StackDriver Trace",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/trace-agent": "^8.0.0",
"@google-cloud/trace-agent": "^8.0.1",
"express": "^4.16.4",
"got": "^11.0.0"
},
Expand Down

0 comments on commit cf97891

Please sign in to comment.