Skip to content

Commit aacdb90

Browse files
chore(release): 0.9.0 [skip ci]
## 🎯 Highlights ### ✨ Features * **button-set:** add rename button set feature ([b880edb](/commit/b880edb4c88ce4c0d4543c68c7d3707b89c92f7f)) ### 🐛 Bug Fixes * **show-all-commands:** apply scope and button set to quick pick ([1a5353e](/commit/1a5353e4c660ba3b569f6cc881fce8b297f17c26)) ## 🔧 Maintenance ### 📚 Documentation * renewal readme ([a6e631c](/commit/a6e631cbaad0ee2f5a74b19c31230aced479389b))
1 parent 1a5353e commit aacdb90

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
### ✨ Features
4+
5+
- **button-set:** add rename button set feature ([b880edb4c88ce4c0d4543c68c7d3707b89c92f7f](/commit/b880edb4c88ce4c0d4543c68c7d3707b89c92f7f))
6+
7+
### 🐛 Bug Fixes
8+
9+
- **show-all-commands:** apply scope and button set to quick pick ([1a5353e4c660ba3b569f6cc881fce8b297f17c26](/commit/1a5353e4c660ba3b569f6cc881fce8b297f17c26))
10+
11+
## 🔧 Maintenance
12+
13+
### 📚 Documentation
14+
15+
- renewal readme ([a6e631cbaad0ee2f5a74b19c31230aced479389b](/commit/a6e631cbaad0ee2f5a74b19c31230aced479389b))
16+
17+
## 🎯 Highlights
18+
319
### 🐛 Bug Fixes
420

521
- **import:** import comparing/saving to default buttons instead of active button set ([2bda3173a5205779c24aa38e14a5ec45f9dc3575](/commit/2bda3173a5205779c24aa38e14a5ec45f9dc3575))

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.8.1",
6+
"version": "0.9.0",
77
"publisher": "KubrickCode",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)