Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

chore(main): release 3.0.1 #625

Merged
merged 1 commit into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/@google-cloud/monitoring?activeTab=versions

## [3.0.1](https://github.com/googleapis/nodejs-monitoring/compare/v3.0.0...v3.0.1) (2022-08-23)


### Bug Fixes

* change import long to require ([#624](https://github.com/googleapis/nodejs-monitoring/issues/624)) ([5cd302e](https://github.com/googleapis/nodejs-monitoring/commit/5cd302e9bb803ce2b2da844faaccacadac73f833))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-monitoring/issues/1546)) ([#626](https://github.com/googleapis/nodejs-monitoring/issues/626)) ([7f1f9c6](https://github.com/googleapis/nodejs-monitoring/commit/7f1f9c6f226c9abc48d9da4d6a452312ce3085d2))

## [3.0.0](https://github.com/googleapis/nodejs-monitoring/compare/v2.3.5...v3.0.0) (2022-05-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
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 --timeout 600000"
},
"dependencies": {
"@google-cloud/monitoring": "^3.0.0",
"@google-cloud/monitoring": "^3.0.1",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down