Skip to content

Commit

Permalink
chore(release): 1.35.1
Browse files Browse the repository at this point in the history
## [1.35.1](v1.35.0...v1.35.1) (2024-07-15)

### Bug Fixes

* **deps:** bump json-2-csv from 5.5.2 to 5.5.4 ([#94](#94)) ([4bf4716](4bf4716))
  • Loading branch information
semantic-release-bot committed Jul 15, 2024
1 parent 4bf4716 commit e16aadf
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.35.1](https://github.com/rpidanny/darwin/compare/v1.35.0...v1.35.1) (2024-07-15)

### Bug Fixes

* **deps:** bump json-2-csv from 5.5.2 to 5.5.4 ([#94](https://github.com/rpidanny/darwin/issues/94)) ([4bf4716](https://github.com/rpidanny/darwin/commit/4bf4716e4141d2bb0ab111a336d4238aa8ea7e7a))

## [1.35.0](https://github.com/rpidanny/darwin/compare/v1.34.1...v1.35.0) (2024-07-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm install -g @rpidanny/darwin
$ darwin COMMAND
running command...
$ darwin (--version)
@rpidanny/darwin/1.35.0 linux-x64 node-v20.15.0
@rpidanny/darwin/1.35.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 @@ -27,4 +27,4 @@ EXAMPLES
$ darwin chat
```

_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/chat/index.ts)_
_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.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 @@ -24,7 +24,7 @@ EXAMPLES
$ darwin config get
```

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

## `darwin config set`

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

_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.35.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 @@ -31,4 +31,4 @@ EXAMPLES
$ darwin download papers "crispr cas9" --output papers/ --count 100 --log-level debug
```

_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/download/papers.ts)_
_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.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 @@ -65,7 +65,7 @@ FLAG DESCRIPTIONS
Refer to the FAQ for details on each method.
```

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

## `darwin search papers KEYWORDS`

Expand Down Expand Up @@ -128,4 +128,4 @@ FLAG DESCRIPTIONS
Refer to the FAQ for details on each method.
```

_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/search/papers.ts)_
_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/search/papers.ts)_
2 changes: 1 addition & 1 deletion docs/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ EXAMPLES
$ darwin update
```

_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.0/src/commands/update/index.ts)_
_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.35.1/src/commands/update/index.ts)_
5 changes: 5 additions & 0 deletions docs/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

- [Literature Search](#literature-search)
- [Example: Finding References about Biomarkers in Your Research](#example-finding-references-about-biomarkers-in-your-research)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Literature Search

This tool is designed to help you quickly and efficiently search for research papers based on the keywords you input. It's ideal for gaining an instant understanding of a topic through relevant literature.
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,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.35.0",
"version": "1.35.1",
"author": "Abhishek <abhishek.rpidanny@gmail.com>",
"bin": {
"darwin": "./bin/run.js"
Expand Down

0 comments on commit e16aadf

Please sign in to comment.