Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1954588

Browse filesBrowse files
chore(release): 2.14.1 [skip ci]
## [2.14.1](v2.14.0...v2.14.1) (2025-11-27) ### Bug Fixes * add refresh button to Skill Browser dialog ([#163](#163)) ([41ac722](41ac722))
1 parent f0f5b22 commit 1954588
Copy full SHA for 1954588

4 files changed

+10-15Lines changed: 10 additions & 15 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.14.1](https://github.com/breaking-brake/cc-wf-studio/compare/v2.14.0...v2.14.1) (2025-11-27)
2+
3+
### Bug Fixes
4+
5+
* add refresh button to Skill Browser dialog ([#163](https://github.com/breaking-brake/cc-wf-studio/issues/163)) ([41ac722](https://github.com/breaking-brake/cc-wf-studio/commit/41ac722d3fc5071fe62822554c1f829bee968505))
6+
17
## [2.14.0](https://github.com/breaking-brake/cc-wf-studio/compare/v2.13.3...v2.14.0) (2025-11-26)
28

39
### Features
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cc-wf-studio",
33
"displayName": "Claude Code Workflow Studio",
44
"description": "Visual workflow editor for Claude Code Slash Commands, Sub Agents, Agent Skills, and MCP Tools",
5-
"version": "2.14.0",
5+
"version": "2.14.1",
66
"publisher": "breaking-brake",
77
"icon": "resources/icon.png",
88
"repository": {
Collapse file

‎src/webview/package-lock.json‎

Copy file name to clipboardExpand all lines: src/webview/package-lock.json
+2-13Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎src/webview/package.json‎

Copy file name to clipboardExpand all lines: src/webview/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-wf-studio-webview",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.