Skip to content

Commit 1016bbb

Browse files
committed
Bump to v1.0.5
1 parent a72b060 commit 1016bbb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.5] - 2025-10-22
9+
10+
### Added
11+
12+
- Added support for custom retry delays from onRetry callback
13+
814
## [1.0.4] - 2025-10-21
915

1016
### Fixed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"description": "Core utilities and infrastructure for Socket.dev security tools",
66
"keywords": [
@@ -697,7 +697,8 @@
697697
"./package.json": "./package.json",
698698
"./taze.config.json": "./taze.config.json",
699699
"./tsconfig.dts.json": "./tsconfig.dts.json",
700-
"./tsconfig.json": "./tsconfig.json"
700+
"./tsconfig.json": "./tsconfig.json",
701+
"./tsconfig.test.json": "./tsconfig.test.json"
701702
},
702703
"imports": {
703704
"#constants/*": "./dist/constants/*.js",

0 commit comments

Comments
 (0)