Skip to content

Commit

Permalink
chore(release): 0.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.3](v0.4.2...v0.4.3) (2023-11-11)

### Bug Fixes

* Don't implicitly change search root when only `~` has been entered ([9b29071](9b29071))
* Queue sub directory scans using something akin to breadth first searching ([bb023f3](bb023f3))
  • Loading branch information
semantic-release-bot committed Nov 11, 2023
1 parent 9b29071 commit 7eb7189
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.4.3](https://github.com/mogelbrod/quick-opener/compare/v0.4.2...v0.4.3) (2023-11-11)


### Bug Fixes

* Don't implicitly change search root when only `~` has been entered ([9b29071](https://github.com/mogelbrod/quick-opener/commit/9b290714dadcaa6e221e52308a87fe33f1cd3490))
* Queue sub directory scans using something akin to breadth first searching ([bb023f3](https://github.com/mogelbrod/quick-opener/commit/bb023f3823674b66fbcb978b424379401e5bac40))

## [0.4.2](https://github.com/mogelbrod/quick-opener/compare/v0.4.1...v0.4.2) (2022-12-22)


Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -28,7 +28,7 @@
"publisher": "mogelbrod",
"author": "Victor Hallberg <[email protected]>",
"license": "MIT",
"version": "0.4.2",
"version": "0.4.3",
"engines": {
"vscode": "^1.72.0"
},
Expand Down

0 comments on commit 7eb7189

Please sign in to comment.