Release: v2.14.1#164
Merged
breaking-brake merged 4 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom Nov 27, 2025
Merged
Release: v2.14.1#164breaking-brake merged 4 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 4 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
Conversation
- Removed 'terms.warning.aiGeneration' key - Removed 'terms.warning.workflow' key - Fixes #150 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Fixed glob command injection vulnerability (GHSA-5j98-mcp5-4vw2) - Fixed tar race condition vulnerability (GHSA-29xp-372q-xqph) - Updated devDependencies via npm audit fix 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
- Added refresh button to reload skill list without closing dialog - Added refreshing state management - Added i18n support (en, ja, ko, zh-CN, zh-TW) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.14.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge latest changes from
maintoproductionfor automated release v2.14.1.Included Changes
Bug Fixes
Maintenance
Release Version Calculation
v2.14.1 (patch bump)
Semantic Release will analyze commits since the last release (v2.14.0) and will bump the version based on:
fix: add refresh button to Skill Browser dialog(fix: add refresh button to Skill Browser dialog #163) → patch bumpchore: resolve npm audit vulnerabilities(chore: resolve npm audit vulnerabilities #162) → no version bumpchore(deps): bump body-parser from 2.2.0 to 2.2.1(chore(deps): bump body-parser from 2.2.0 to 2.2.1 #161) → no version bumpchore: remove unused translation keys(chore: remove unused translation keys #160) → no version bumpResult: 2.14.0 + patch = 2.14.1
CHANGELOG.md Contents
The following bug fixes will be included:
Maintenance items (#160, #161, #162) will not appear in CHANGELOG (chore commits are hidden).
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.