Skip to content

Commit

Permalink
chore(main): release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 25, 2024
1 parent 4409086 commit 8a85197
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
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/googleapis/gaxios/compare/v6.7.1...v7.0.0) (2024-10-25)


### ⚠ BREAKING CHANGES

* Support Node 18+ ([#650](https://github.com/googleapis/gaxios/issues/650))

### Features

* Support Node 18+ ([#650](https://github.com/googleapis/gaxios/issues/650)) ([6fa8080](https://github.com/googleapis/gaxios/commit/6fa80809656bafe85ce86602c190e4b2b7546576))

## [6.7.1](https://github.com/googleapis/gaxios/compare/v6.7.0...v6.7.1) (2024-08-13)


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": "gaxios",
"version": "6.7.1",
"version": "7.0.0",
"description": "A simple common HTTP client specifically for Google APIs and services.",
"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 @@ -9,7 +9,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"gaxios": "^6.7.1"
"gaxios": "^7.0.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit 8a85197

Please sign in to comment.