Skip to content

Commit 10a4db7

Browse files
committed
Bump registry to v1.5.0
1 parent c292f4d commit 10a4db7

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

registry/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.5.0] - 2025-10-05
9+
10+
### Added
11+
12+
- Added `isolatePackage` test helper for creating isolated package test environments
13+
- Added support for testing local development packages in addition to socket-registry packages
14+
15+
### Changed
16+
17+
- Renamed `setupPackageTest` to `isolatePackage` for clearer intent
18+
- Refactored `installPackageForTesting` to accept explicit `sourcePath` and `packageName` parameters
19+
- Simplified package installation logic by removing path detection from low-level function
20+
- Consolidated `setupPackageTest` and `setupMultiEntryTest` into single `isolatePackage` function with options
21+
822
## [1.4.6] - 2025-10-05
923

1024
### Added

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.4.6",
3+
"version": "1.5.0",
44
"license": "MIT",
55
"description": "Socket.dev registry helpers methods and metadata",
66
"keywords": [

0 commit comments

Comments
 (0)