Skip to content

Commit a037441

Browse files
chore(release): 1.0.0 [skip ci]
1 parent 45b26d5 commit a037441

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.0.0 (2022-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing select-all functionality to quickly clear query ([3fcbdce](https://github.com/keevan/command-palette-plus/commit/3fcbdce57bbba6384310570e1937c3a73207217f))
7+
* close palettte when clicking outside ([4fae7eb](https://github.com/keevan/command-palette-plus/commit/4fae7eb23303c94c3b41836c5a5012cd54fbb08f))
8+
* fix tabbing on no selected option ([9b7d251](https://github.com/keevan/command-palette-plus/commit/9b7d251ed36b34a01a6711f0869969a1aec38aa3))
9+
10+
11+
### Features
12+
13+
* add custom implementation of typeahead (helps confirm selection) ([c837afe](https://github.com/keevan/command-palette-plus/commit/c837afe8903130bc56d74f84c5cc491e38354c03))
14+
* add initial example - non functional. ([cc8163d](https://github.com/keevan/command-palette-plus/commit/cc8163d08664e76c853cb70d5b7586949a326cf9))
15+
116
## 0.1.0 - First Release
217
* Every feature added
318
* Every bug fixed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "command-palette-plus",
33
"main": "./lib/main",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"description": "An opinionated palette inspired by GitHub's command palette - show less, do more",
66
"keywords": [
77
"commands",

0 commit comments

Comments
 (0)