Skip to content

Commit

Permalink
chore: bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaChenot committed Apr 28, 2024
1 parent dad5765 commit 6bdd21b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Where `<package-name>` is the name of the package you want to bisect, `<good-ver

From there you will be prompted to test different versions of the package and mark them as good or bad based on whether they exhibit the issue.

<img src="https://github.com/CarinaChenot/package-version-bisect/assets/16705167/0f8ee0c0-c8cf-4c0b-9741-c7c8fd660a47" height=80 />
<img alt="A screenshot of a terminal to illustrate the prompts when using package-version-bisect" src="https://github.com/CarinaChenot/package-version-bisect/assets/16705167/0f8ee0c0-c8cf-4c0b-9741-c7c8fd660a47" height=80 />

## Future improvements

- Implement a more efficient search algorithm like git bisect
- Improve algorithm by prioritizing testing major versions
- Support for custom test commands for automated testing
- Support for custom package managers (currently will always install with npm)
- Support for private packages
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
@@ -1,6 +1,6 @@
{
"name": "package-version-bisect",
"version": "0.0.1",
"version": "0.0.2",
"description": "A CLI tool for pinpointing which package version introduced a bug or regression in your project.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 6bdd21b

Please sign in to comment.