Skip to content

Commit 6453790

Browse files
committed
Bump registery package to v1.3.5
1 parent f59b603 commit 6453790

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

registry/CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@ 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.5] - 2025-10-01
9+
10+
### Added
11+
12+
- Added lib/git utilities module
13+
14+
### Fixed
15+
16+
- Fixed invalid manifest entries
17+
- Fixed parseArgs strip-aliased bug
18+
819
## [1.3.4] - 2025-10-01
920

1021
### Changed
1122

12-
- Updated package override versions
23+
- Updated various package override versions
1324

1425
## [1.3.3] - 2025-10-01
1526

@@ -21,10 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2132

2233
### Added
2334

24-
- Add 'sfw' to isBlessedPackageName method check
25-
- ENV.DEBUG normalization for debug package compatibility
26-
- `DEBUG='1'` or `DEBUG='true'` now automatically expands to `DEBUG='*'` (enables all namespaces)
27-
- `DEBUG='0'` or `DEBUG='false'` now automatically converts to empty string (disables all output)
35+
- Added 'sfw' to isBlessedPackageName method check
36+
- Added ENV.DEBUG normalization for debug package compatibility
37+
- `DEBUG='1'` or `DEBUG='true'` automatically expands to `DEBUG='*'` (enables all namespaces)
38+
- `DEBUG='0'` or `DEBUG='false'` automatically converts to empty string (disables all output)
2839
- Namespace patterns like `DEBUG='app:*'` are preserved unchanged
2940

3041
## [1.3.1] - 2025-09-30

registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/registry",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"license": "MIT",
55
"description": "Socket.dev registry helpers methods and metadata",
66
"keywords": [

0 commit comments

Comments
 (0)