Skip to content

Commit f17e00c

Browse files
committed
chore(Release): version update and fix package.json
1 parent 5e009c5 commit f17e00c

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

.changeset/test-infrastructure.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# simple-remote-ssh
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 8a321a2: # 🧪 Test Infrastructure Improvements
8+
9+
## ✅ Testing Enhancements
10+
11+
### Complete Unit Test Suite
12+
13+
- **SSH Host Types**: Comprehensive type validation tests
14+
- **Config Management**: Full coverage for host CRUD operations
15+
- **Environment Isolation**: Fixed test interference issues
16+
17+
### Development Experience
18+
19+
- **Build-free Testing**: Direct TypeScript execution with `tsx`
20+
- **Fast Feedback**: No compilation step needed for unit tests
21+
- **Reliable Tests**: All 15 tests passing consistently
22+
23+
### Technical Improvements
24+
25+
- **Environment Isolation**: Fixed config path resolution for test independence
26+
- **Test Reliability**: Each test runs in isolated temporary directory
27+
- **Better Assertions**: More flexible and accurate test validations
28+
29+
## 🛠️ Infrastructure
30+
31+
- Added Vitest configuration with TypeScript support
32+
- Configured test scripts for different scenarios
33+
- Added comprehensive test fixtures and utilities
34+
35+
This release improves development workflow and code quality without changing user-facing functionality.
36+
337
## 0.1.2
438

539
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-remote-ssh",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Simple and convenient SSH connection CLI tool",
55
"author": "minchodang <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)