Skip to content

Commit f443468

Browse files
committed
Update changelog for v1.3.10
1 parent f9c249b commit f443468

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

registry/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.3.10] - 2025-10-03
9+
10+
### Added
11+
12+
- New utility modules for DLX, shadow, SEA, cacache, and versions functionality
13+
- getSocketHomePath alias to paths module
14+
- del dependency and external wrapper for safer file deletion
15+
- @fileoverview tags to lib modules
16+
- camelCase expansion for kebab-case arguments in parseArgs
17+
- Coerce and configuration options to parseArgs
18+
19+
### Changed
20+
21+
- Updated file removal to use del package for safer deletion
22+
- Normalized path returns in fs and Socket directory utilities
23+
- Removed default exports from git and parse-args modules
24+
- Enhanced test coverage across multiple modules (parse-args, prompts, strings, env, spawn, json)
25+
26+
## [1.3.9] - 2025-10-03
27+
28+
### Changed
29+
30+
- Internal build and distribution updates
31+
832
## [1.3.8] - 2025-10-03
933

1034
### Added

0 commit comments

Comments
 (0)