Skip to content

Commit 0750c51

Browse files
committed
fix: add semantic-release npm plugin to update package.json version
1 parent ad2c70a commit 0750c51

File tree

4 files changed

+3
-34
lines changed

4 files changed

+3
-34
lines changed

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6+
"@semantic-release/npm",
67
[
78
"@semantic-release/changelog",
89
{

CHANGELOG.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,6 @@
1414

1515
# 1.0.0 (2025-09-15)
1616

17-
18-
### Bug Fixes
19-
20-
* update dependencies to latest versions, and test automated release ([33873fe](https://github.com/gianged/universal-commit-assistant/commit/33873fe7d6b80e8f616fc6b1251ac1c32f2bfcbe))
21-
22-
# Changelog
23-
24-
All notable changes to the Universal Commit Assistant extension will be documented in this file.
25-
26-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
28-
29-
## [Unreleased]
30-
31-
## [1.0.2] - 2025-09-14
32-
33-
### Fixed
34-
- Improved prompt styles and formatting across all AI providers
35-
- Enhanced provider configuration handling
36-
- Updated documentation with better setup instructions
37-
38-
### Changed
39-
- Refined base provider architecture for better consistency
40-
- Improved OpenRouter provider with better error handling
41-
- Updated package metadata and keywords for better discoverability
42-
43-
## [1.0.1] - 2025-09-13
44-
45-
### Fixed
46-
- Package version number correction
47-
- Updated extension categories and tags for VS Code marketplace
48-
49-
## [1.0.0] - 2025-09-13
50-
5117
### Added
5218
- Initial release of Universal Commit Assistant extension
5319
- Support for multiple AI providers:

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
"@semantic-release/exec": "^7.1.0",
265265
"@semantic-release/git": "^10.0.1",
266266
"@semantic-release/github": "^11.0.6",
267+
"@semantic-release/npm": "^12.0.2",
267268
"@types/node": "24.4.0",
268269
"@types/vscode": "^1.104.0",
269270
"@vscode/vsce": "^3.6.0",

0 commit comments

Comments
 (0)