Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 4, 2022
1 parent 45b26d5 commit a037441
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.0.0 (2022-03-04)


### Bug Fixes

* add missing select-all functionality to quickly clear query ([3fcbdce](https://github.com/keevan/command-palette-plus/commit/3fcbdce57bbba6384310570e1937c3a73207217f))
* close palettte when clicking outside ([4fae7eb](https://github.com/keevan/command-palette-plus/commit/4fae7eb23303c94c3b41836c5a5012cd54fbb08f))
* fix tabbing on no selected option ([9b7d251](https://github.com/keevan/command-palette-plus/commit/9b7d251ed36b34a01a6711f0869969a1aec38aa3))


### Features

* add custom implementation of typeahead (helps confirm selection) ([c837afe](https://github.com/keevan/command-palette-plus/commit/c837afe8903130bc56d74f84c5cc491e38354c03))
* add initial example - non functional. ([cc8163d](https://github.com/keevan/command-palette-plus/commit/cc8163d08664e76c853cb70d5b7586949a326cf9))

## 0.1.0 - First Release
* Every feature added
* Every bug fixed
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "command-palette-plus",
"main": "./lib/main",
"version": "0.0.1",
"version": "1.0.0",
"description": "An opinionated palette inspired by GitHub's command palette - show less, do more",
"keywords": [
"commands",
Expand Down

0 comments on commit a037441

Please sign in to comment.