From a1055763b702ad170c9d517f3cde115aa88ebdd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jul 2024 17:33:29 +0000 Subject: [PATCH] chore(release): 1.31.0 ## [1.31.0](https://github.com/rpidanny/darwin/compare/v1.30.0...v1.31.0) (2024-07-04) ### Features * add sigint handler ([#77](https://github.com/rpidanny/darwin/issues/77)) ([2f45278](https://github.com/rpidanny/darwin/commit/2f45278c98e845da4c36c0309816f8a6a382e712)) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/chat.md | 2 +- docs/config.md | 9 ++++++--- docs/download.md | 2 +- docs/search.md | 4 ++-- docs/update.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 689b734..6c58a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.31.0](https://github.com/rpidanny/darwin/compare/v1.30.0...v1.31.0) (2024-07-04) + +### Features + +* add sigint handler ([#77](https://github.com/rpidanny/darwin/issues/77)) ([2f45278](https://github.com/rpidanny/darwin/commit/2f45278c98e845da4c36c0309816f8a6a382e712)) + ## [1.30.0](https://github.com/rpidanny/darwin/compare/v1.29.5...v1.30.0) (2024-07-04) ### Features diff --git a/README.md b/README.md index a53808b..52dbea3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ npm install -g @rpidanny/darwin $ darwin COMMAND running command... $ darwin (--version) -@rpidanny/darwin/1.30.0 linux-x64 node-v20.15.0 +@rpidanny/darwin/1.31.0 linux-x64 node-v20.15.0 $ darwin --help [COMMAND] USAGE $ darwin COMMAND diff --git a/docs/chat.md b/docs/chat.md index 58cfc4a..861b59c 100644 --- a/docs/chat.md +++ b/docs/chat.md @@ -27,4 +27,4 @@ EXAMPLES $ darwin chat ``` -_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.30.0/src/commands/chat/index.ts)_ +_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/chat/index.ts)_ diff --git a/docs/config.md b/docs/config.md index 14ad660..cc11979 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,7 +24,7 @@ EXAMPLES $ darwin config get ``` -_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.30.0/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/config/get.ts)_ ## `darwin config set` @@ -32,7 +32,10 @@ Set config ``` USAGE - $ darwin config set + $ darwin config set [-l TRACE|DEBUG|INFO|WARN|ERROR|FATAL] + +GLOBAL FLAGS + -l, --log-level=TRACE|DEBUG|INFO|WARN|ERROR|FATAL [default: INFO] Specify logging level. DESCRIPTION Set config @@ -41,4 +44,4 @@ EXAMPLES $ darwin config set ``` -_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.30.0/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/config/set.ts)_ diff --git a/docs/download.md b/docs/download.md index e089fd0..4120a3d 100644 --- a/docs/download.md +++ b/docs/download.md @@ -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.30.0/src/commands/download/papers.ts)_ +_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/download/papers.ts)_ diff --git a/docs/search.md b/docs/search.md index 2321a44..d095edd 100644 --- a/docs/search.md +++ b/docs/search.md @@ -49,7 +49,7 @@ FLAG DESCRIPTIONS Summaries are generated using LLM. Ensure LLMs are configured by running `darwin config set`. ``` -_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.30.0/src/commands/search/accession.ts)_ +_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/search/accession.ts)_ ## `darwin search papers KEYWORDS` @@ -95,4 +95,4 @@ FLAG DESCRIPTIONS Summaries are generated using LLM. Ensure LLMs are configured by running `darwin config set`. ``` -_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.30.0/src/commands/search/papers.ts)_ +_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/search/papers.ts)_ diff --git a/docs/update.md b/docs/update.md index f26e040..056ff8b 100644 --- a/docs/update.md +++ b/docs/update.md @@ -23,4 +23,4 @@ EXAMPLES $ darwin update ``` -_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.30.0/src/commands/update/index.ts)_ +_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.31.0/src/commands/update/index.ts)_ diff --git a/package-lock.json b/package-lock.json index 89e6c72..c282603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpidanny/darwin", - "version": "1.30.0", + "version": "1.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rpidanny/darwin", - "version": "1.30.0", + "version": "1.31.0", "license": "MIT", "dependencies": { "@json2csv/node": "^7.0.6", diff --git a/package.json b/package.json index eba0019..530c738 100644 --- a/package.json +++ b/package.json @@ -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.30.0", + "version": "1.31.0", "author": "Abhishek ", "bin": { "darwin": "./bin/run.js"