diff --git a/.changeset/honest-zebras-yell.md b/.changeset/honest-zebras-yell.md deleted file mode 100644 index 2fc47722b..000000000 --- a/.changeset/honest-zebras-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@httpx/exception': patch ---- - -No changes, just the build with latest rollup/babel diff --git a/examples/nextjs-app/CHANGELOG.md b/examples/nextjs-app/CHANGELOG.md index 8b06528c2..f752fe0d2 100644 --- a/examples/nextjs-app/CHANGELOG.md +++ b/examples/nextjs-app/CHANGELOG.md @@ -1,5 +1,12 @@ # @examples/nextjs-app +## 0.1.26 + +### Patch Changes + +- Updated dependencies [[`7ccae63`](https://github.com/belgattitude/httpx/commit/7ccae636ebabd1ca16b519a3965e8e61d9faa16a)]: + - @httpx/exception@1.7.1 + ## 0.1.25 ### Patch Changes diff --git a/examples/nextjs-app/package.json b/examples/nextjs-app/package.json index 1cbdd41ea..aad11ef3d 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -1,6 +1,6 @@ { "name": "@examples/nextjs-app", - "version": "0.1.25", + "version": "0.1.26", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/exception/CHANGELOG.md b/packages/exception/CHANGELOG.md index f8fbc9863..30516855b 100644 --- a/packages/exception/CHANGELOG.md +++ b/packages/exception/CHANGELOG.md @@ -1,5 +1,11 @@ # @httpx/exception +## 1.7.1 + +### Patch Changes + +- [#143](https://github.com/belgattitude/httpx/pull/143) [`7ccae63`](https://github.com/belgattitude/httpx/commit/7ccae636ebabd1ca16b519a3965e8e61d9faa16a) Thanks [@belgattitude](https://github.com/belgattitude)! - No changes, just the build with latest rollup/babel + ## 1.7.0 ### Minor Changes diff --git a/packages/exception/package.json b/packages/exception/package.json index 77de67eac..ae3befc0d 100644 --- a/packages/exception/package.json +++ b/packages/exception/package.json @@ -1,6 +1,6 @@ { "name": "@httpx/exception", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "description": "Delightful http exceptions. Works everywhere. Serialization, logging and more.", "homepage": "https://github.com/belgattitude/httpx",