Skip to content

Commit 81e570a

Browse files
chore(release): 1.15.0
## [1.15.0](v1.14.0...v1.15.0) (2024-06-22) ### Features * add sentences of interest in search paper export ([#43](#43)) ([5acd59e](5acd59e))
1 parent 5acd59e commit 81e570a

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.15.0](https://github.com/rpidanny/darwin/compare/v1.14.0...v1.15.0) (2024-06-22)
2+
3+
### Features
4+
5+
* add sentences of interest in search paper export ([#43](https://github.com/rpidanny/darwin/issues/43)) ([5acd59e](https://github.com/rpidanny/darwin/commit/5acd59e7be36e74510ed9df6e30bbba9b624e4b1))
6+
17
## [1.14.0](https://github.com/rpidanny/darwin/compare/v1.13.0...v1.14.0) (2024-06-21)
28

39
### Features

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install -g @rpidanny/darwin
2323
$ darwin COMMAND
2424
running command...
2525
$ darwin (--version)
26-
@rpidanny/darwin/1.14.0 linux-x64 node-v20.14.0
26+
@rpidanny/darwin/1.15.0 linux-x64 node-v20.14.0
2727
$ darwin --help [COMMAND]
2828
USAGE
2929
$ darwin COMMAND

Diff for: docs/chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ EXAMPLES
2424
$ darwin chat
2525
```
2626

27-
_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.14.0/src/commands/chat/index.ts)_
27+
_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.15.0/src/commands/chat/index.ts)_

Diff for: docs/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EXAMPLES
2525
$ darwin config get
2626
```
2727

28-
_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.14.0/src/commands/config/get.ts)_
28+
_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.15.0/src/commands/config/get.ts)_
2929

3030
## `darwin config set`
3131

@@ -42,4 +42,4 @@ EXAMPLES
4242
$ darwin config set
4343
```
4444

45-
_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.14.0/src/commands/config/set.ts)_
45+
_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.15.0/src/commands/config/set.ts)_

Diff for: docs/search.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EXAMPLES
3737
$ darwin search accession "mocrobiome, nRNA" -o output.csv --log-level debug
3838
```
3939

40-
_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.14.0/src/commands/search/accession.ts)_
40+
_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.15.0/src/commands/search/accession.ts)_
4141

4242
## `darwin search papers KEYWORDS`
4343

@@ -71,4 +71,4 @@ EXAMPLES
7171
$ darwin search papers "crispr cas9" -o crispr_cas9.csv --log-level debug
7272
```
7373

74-
_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.14.0/src/commands/search/papers.ts)_
74+
_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.15.0/src/commands/search/papers.ts)_

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rpidanny/darwin",
33
"description": "A cli tool to download research papers / datasets from various sources",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"author": "Abhishek <[email protected]>",
66
"bin": {
77
"darwin": "./bin/run.js"

0 commit comments

Comments
 (0)