Skip to content

Commit

Permalink
chore(release): 1.26.1
Browse files Browse the repository at this point in the history
## [1.26.1](v1.26.0...v1.26.1) (2024-07-02)

### Bug Fixes

* handle captcha errors ([#68](#68)) ([19daa95](19daa95))
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent 19daa95 commit 4bf2734
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.26.1](https://github.com/rpidanny/darwin/compare/v1.26.0...v1.26.1) (2024-07-02)

### Bug Fixes

* handle captcha errors ([#68](https://github.com/rpidanny/darwin/issues/68)) ([19daa95](https://github.com/rpidanny/darwin/commit/19daa9542c86f34345ad2649d473f712787d1780))

## [1.26.0](https://github.com/rpidanny/darwin/compare/v1.25.0...v1.26.0) (2024-07-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm install -g @rpidanny/darwin
$ darwin COMMAND
running command...
$ darwin (--version)
@rpidanny/darwin/1.26.0 linux-x64 node-v20.15.0
@rpidanny/darwin/1.26.1 linux-x64 node-v20.15.0
$ darwin --help [COMMAND]
USAGE
$ darwin COMMAND
Expand Down
2 changes: 1 addition & 1 deletion docs/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ EXAMPLES
$ darwin chat
```

_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/chat/index.ts)_
_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/chat/index.ts)_
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EXAMPLES
$ darwin config get
```

_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/config/get.ts)_

## `darwin config set`

Expand All @@ -42,4 +42,4 @@ EXAMPLES
$ darwin config set
```

_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/config/set.ts)_
2 changes: 1 addition & 1 deletion docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLES
$ darwin download papers "crispr cas9" -o papers/ -c 100 --log-level debug
```

_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/download/papers.ts)_
_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/download/papers.ts)_
4 changes: 2 additions & 2 deletions docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ FLAG DESCRIPTIONS
Summaries are generated using LLM (either OpenAI or Local).
```

_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/search/accession.ts)_
_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/search/accession.ts)_

## `darwin search papers KEYWORDS`

Expand Down Expand Up @@ -94,4 +94,4 @@ FLAG DESCRIPTIONS
Summaries are generated using LLM (either OpenAI or Local).
```

_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.0/src/commands/search/papers.ts)_
_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.26.1/src/commands/search/papers.ts)_
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,7 +1,7 @@
{
"name": "@rpidanny/darwin",
"description": "An elegant CLI wizard enhancing biotech research efficiency, with adaptable features for other domains, albeit with minor constraints.",
"version": "1.26.0",
"version": "1.26.1",
"author": "Abhishek <[email protected]>",
"bin": {
"darwin": "./bin/run.js"
Expand Down

0 comments on commit 4bf2734

Please sign in to comment.