Skip to content

Commit 56f8751

Browse files
chore(release): 0.4.1 [skip ci]
## 🎯 Highlights ### 🐛 Bug Fixes * keyboard layout mapping causing shortcut malfunction ([e9dff6e](/commit/e9dff6e34a0a255e6e553907a49c4bcf2a2aa2f2)) ## 🔧 Maintenance ### ♻️ Refactoring * Switch to using reusable workflows from the workflow-toolkit repository ([981d74d](/commit/981d74d728487ee58797fcd83e39497a21a73a3e)) ### 🔨 Chore * just simplify installation ([63b86b0](/commit/63b86b0b0febd3cc2a985862d586f99874bc8fe8)) * simplifying gitignore ([6f56367](/commit/6f563678f9f2d27b7f17134120e955c66057ebbb))
1 parent e9dff6e commit 56f8751

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## 🎯 Highlights
22

3+
### 🐛 Bug Fixes
4+
5+
- keyboard layout mapping causing shortcut malfunction ([e9dff6e34a0a255e6e553907a49c4bcf2a2aa2f2](/commit/e9dff6e34a0a255e6e553907a49c4bcf2a2aa2f2))
6+
7+
## 🔧 Maintenance
8+
9+
### ♻️ Refactoring
10+
11+
- Switch to using reusable workflows from the workflow-toolkit repository ([981d74d728487ee58797fcd83e39497a21a73a3e](/commit/981d74d728487ee58797fcd83e39497a21a73a3e))
12+
13+
### 🔨 Chore
14+
15+
- just simplify installation ([63b86b0b0febd3cc2a985862d586f99874bc8fe8](/commit/63b86b0b0febd3cc2a985862d586f99874bc8fe8))
16+
- simplifying gitignore ([6f563678f9f2d27b7f17134120e955c66057ebbb](/commit/6f563678f9f2d27b7f17134120e955c66057ebbb))
17+
18+
## 🎯 Highlights
19+
320
### ✨ Features
421

522
- **view:** add EmptyState component for empty command list ([9e6c8e8236a6de7398a2248eb8e7e3dc3fc2e2d4](/commit/9e6c8e8236a6de7398a2248eb8e7e3dc3fc2e2d4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Quick Command Buttons",
44
"icon": "public/logo.png",
55
"description": "Add customizable buttons to quickly execute commands in VS Code",
6-
"version": "0.4.0",
6+
"version": "0.4.1",
77
"publisher": "KubrickCode",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)