Skip to content

Commit 053286e

Browse files
next-teamcamillecroci
authored andcommitted
chore: release main
1 parent 812e1bc commit 053286e

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/crash-handler": "5.1.5",
55
"packages/errors": "4.1.0",
66
"packages/eslint-config": "4.1.0",
7-
"packages/fetch-error-handler": "1.1.1",
7+
"packages/fetch-error-handler": "1.2.0",
88
"packages/log-error": "5.1.5",
99
"packages/logger": "4.2.5",
1010
"packages/middleware-log-errors": "5.1.5",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fetch-error-handler/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v1.1.1...fetch-error-handler-v1.2.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* add check for incorrect JSON ([41c48ff](https://github.com/Financial-Times/dotcom-reliability-kit/commit/41c48ffe0e00671a4f1c389acf7ec4996f6ac0e9))
9+
* add more e2e tests ([812e1bc](https://github.com/Financial-Times/dotcom-reliability-kit/commit/812e1bc935f318103422d0a85da4087089e2ad2c))
10+
* add unit tests for the new cases ([f7cfb6c](https://github.com/Financial-Times/dotcom-reliability-kit/commit/f7cfb6cc0f0015069eae343e70e39d9d03f0b16b))
11+
* adds e2e test for error handling refactor ([2d8d6f2](https://github.com/Financial-Times/dotcom-reliability-kit/commit/2d8d6f26d31bd1e4ccdaf8a86d9d7d026d1ddade))
12+
* adds the body of the response to errors ([adb31fd](https://github.com/Financial-Times/dotcom-reliability-kit/commit/adb31fdebd230dd00daacdde0eca04452412815e))
13+
14+
15+
### Bug Fixes
16+
17+
* in final throw check if response is an object ([bbe5fb3](https://github.com/Financial-Times/dotcom-reliability-kit/commit/bbe5fb38d893d889cb13664b0a93f8f716eac1d9))
18+
19+
20+
### Documentation Changes
21+
22+
* add new error details in the readme ([465191a](https://github.com/Financial-Times/dotcom-reliability-kit/commit/465191aca479876e10f0f98f3ed8ada253097a0d))
23+
324
## [1.1.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v1.1.0...fetch-error-handler-v1.1.1) (2025-10-13)
425

526

packages/fetch-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/fetch-error-handler",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Properly handle fetch errors and avoid a lot of boilerplate in your app.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)