Skip to content

Commit 1e503ff

Browse files
next-teamrowanmanning
authored andcommitted
chore: release main
1 parent 3911ccf commit 1e503ff

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/crash-handler": "5.0.0",
44
"packages/errors": "4.0.0",
55
"packages/eslint-config": "4.0.0",
6-
"packages/fetch-error-handler": "0.3.0",
6+
"packages/fetch-error-handler": "1.0.0",
77
"packages/log-error": "5.0.0",
88
"packages/logger": "4.0.0",
99
"packages/middleware-log-errors": "5.0.0",

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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.3.0...fetch-error-handler-v1.0.0) (2025-01-30)
4+
5+
6+
### Miscellaneous
7+
8+
* mark fetch-error-handler as stable ([f1d50ce](https://github.com/Financial-Times/dotcom-reliability-kit/commit/f1d50ce0cd37c1517ddeed84dd6a55cc59935ba2))
9+
310
## [0.3.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.6...fetch-error-handler-v0.3.0) (2025-01-20)
411

512

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": "0.3.0",
3+
"version": "1.0.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)