diff --git a/CHANGELOG.md b/CHANGELOG.md index 95587d8..a6ff63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [6.0.0](https://github.com/googleapis/gaxios/compare/v5.1.3...v6.0.0) (2023-07-12) + + +### ⚠ BREAKING CHANGES + +* add status as a number to GaxiosError, change code to error code as a string ([#552](https://github.com/googleapis/gaxios/issues/552)) +* migrate to Node 14 ([#548](https://github.com/googleapis/gaxios/issues/548)) +* examine response content-type if no contentType is set ([#535](https://github.com/googleapis/gaxios/issues/535)) + +### Bug Fixes + +* Add status as a number to GaxiosError, change code to error code as a string ([#552](https://github.com/googleapis/gaxios/issues/552)) ([88ba2e9](https://github.com/googleapis/gaxios/commit/88ba2e99e32b66d84725c9ea9ad95152bd1dc653)) +* Examine response content-type if no contentType is set ([#535](https://github.com/googleapis/gaxios/issues/535)) ([cd8ca7b](https://github.com/googleapis/gaxios/commit/cd8ca7b209f0ba932082a80ace8fec608a71facf)) + + +### Miscellaneous Chores + +* Migrate to Node 14 ([#548](https://github.com/googleapis/gaxios/issues/548)) ([b9b26eb](https://github.com/googleapis/gaxios/commit/b9b26eb2c4af35633efd91770aa24c4b5d9019b4)) + ## [5.1.3](https://github.com/googleapis/gaxios/compare/v5.1.2...v5.1.3) (2023-07-05) diff --git a/package.json b/package.json index 84d4501..3da1bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gaxios", - "version": "5.1.3", + "version": "6.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", diff --git a/samples/package.json b/samples/package.json index a253164..aa59e24 100644 --- a/samples/package.json +++ b/samples/package.json @@ -9,7 +9,7 @@ }, "license": "Apache-2.0", "dependencies": { - "gaxios": "^5.1.3" + "gaxios": "^6.0.0" }, "devDependencies": { "mocha": "^8.0.0"