Skip to content

Commit

Permalink
chore(main): release 7.2.0 (#551)
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] committed Apr 30, 2024
1 parent fba0837 commit 3c08c07
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
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/nodejs-googleapis-common?activeTab=versions

## [7.2.0](https://github.com/googleapis/nodejs-googleapis-common/compare/v7.1.0...v7.2.0) (2024-04-30)


### Features

* Add Api Version to header for apiary ([#550](https://github.com/googleapis/nodejs-googleapis-common/issues/550)) ([fba0837](https://github.com/googleapis/nodejs-googleapis-common/commit/fba083723842f6d2f2a9e74ebfe3de08fd483262))

## [7.1.0](https://github.com/googleapis/nodejs-googleapis-common/compare/v7.0.1...v7.1.0) (2024-03-21)


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": "googleapis-common",
"version": "7.1.0",
"version": "7.2.0",
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",
"repository": "googleapis/nodejs-googleapis-common",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "echo \"There are no sample tests 👻\""
},
"dependencies": {
"googleapis-common": "^7.1.0"
"googleapis-common": "^7.2.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit 3c08c07

Please sign in to comment.