Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#517)
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] authored Jul 27, 2023
1 parent 437d5f1 commit 6b31923
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [7.0.0](https://github.com/googleapis/nodejs-googleapis-common/compare/v6.0.4...v7.0.0) (2023-07-27)


### ⚠ BREAKING CHANGES

* update to Node 14 ([#516](https://github.com/googleapis/nodejs-googleapis-common/issues/516))

### Miscellaneous Chores

* Update to Node 14 ([#516](https://github.com/googleapis/nodejs-googleapis-common/issues/516)) ([437d5f1](https://github.com/googleapis/nodejs-googleapis-common/commit/437d5f18245f12dea8c93ca8ece51204260c3e8b))

## [6.0.4](https://github.com/googleapis/nodejs-googleapis-common/compare/v6.0.3...v6.0.4) (2022-12-06)


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": "6.0.4",
"version": "7.0.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": "^6.0.4"
"googleapis-common": "^7.0.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit 6b31923

Please sign in to comment.