Skip to content

Commit 56485e8

Browse files
author
josedacosta
committed
chore: bump version to 1.0.1
- Update package.json version to 1.0.1 - Update CHANGELOG.md with v1.0.1 release notes - Document new GitHub deployment cleanup features - Document script reorganization changes
1 parent 3d022df commit 56485e8

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2025-09-02
11+
12+
### Added
13+
- **GitHub Deployment Cleanup Script**: New TypeScript script to clean up non-successful GitHub deployments
14+
- Support for dry-run mode to preview changes before deletion
15+
- Option to keep the most recent deployment regardless of status
16+
- Verbose mode for detailed output
17+
- Color-coded terminal output for better readability
18+
- **Deployment Cleanup Documentation**: Comprehensive French documentation on GitHub deployment management
19+
- Multiple deletion methods (CLI, API, GitHub Actions)
20+
- Code examples in JavaScript, Python, and shell scripts
21+
- Troubleshooting guide and best practices
22+
23+
### Changed
24+
- **Script Organization**: Moved `check-version-consistency.ts` from `scripts/version/` to `scripts/git/` for better organization
25+
- All git-related scripts now centralized in `scripts/git/` directory
26+
- Removed empty `scripts/version/` directory
27+
1028
### Added
1129
- **MCP Prompts Support**: Added 3 pre-configured prompts for common inspection tasks
1230
- `analyze-project`: Analyze entire projects with optional profile selection

docs/reference/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Integration with more MCP clients
2121
- Performance optimizations for large codebases
2222

23+
## [1.0.1] - 2025-09-02
24+
25+
### Added
26+
27+
- **GitHub Deployment Cleanup Script**: New TypeScript script to clean up non-successful GitHub deployments
28+
- Support for dry-run mode to preview changes before deletion
29+
- Option to keep the most recent deployment regardless of status
30+
- Verbose mode for detailed output
31+
- Color-coded terminal output for better readability
32+
- **Deployment Cleanup Documentation**: Comprehensive French documentation on GitHub deployment management
33+
- Multiple deletion methods (CLI, API, GitHub Actions)
34+
- Code examples in JavaScript, Python, and shell scripts
35+
- Troubleshooting guide and best practices
36+
37+
### Changed
38+
39+
- **Script Organization**: Moved `check-version-consistency.ts` from `scripts/version/` to `scripts/git/` for better organization
40+
- All git-related scripts now centralized in `scripts/git/` directory
41+
- Removed empty `scripts/version/` directory
42+
2343
## [1.0.0] - 2025-01-08
2444

2545
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-jetbrains-code-inspections",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MCP server for JetBrains IDE code inspections with automatic IDE selection",
55
"author": "José DA COSTA <jose.da-costa@runtima.com>",
66
"license": "OSL-3.0",

0 commit comments

Comments
 (0)