From 6f3d7e101939323c7e8036c59e3da24268f0a988 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Jul 2024 07:23:28 +0000 Subject: [PATCH] chore(release): 1.32.0 ## [1.32.0](https://github.com/rpidanny/darwin/compare/v1.31.2...v1.32.0) (2024-07-05) ### Features * use markdown for web content processing ([#78](https://github.com/rpidanny/darwin/issues/78)) ([522006a](https://github.com/rpidanny/darwin/commit/522006a7e3a45c35adfe0206df22d3b2a2352976)) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/chat.md | 2 +- docs/config.md | 4 ++-- docs/download.md | 2 +- docs/search.md | 4 ++-- docs/update.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d02758..b2c269e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.32.0](https://github.com/rpidanny/darwin/compare/v1.31.2...v1.32.0) (2024-07-05) + +### Features + +* use markdown for web content processing ([#78](https://github.com/rpidanny/darwin/issues/78)) ([522006a](https://github.com/rpidanny/darwin/commit/522006a7e3a45c35adfe0206df22d3b2a2352976)) + ## [1.31.2](https://github.com/rpidanny/darwin/compare/v1.31.1...v1.31.2) (2024-07-04) ### Bug Fixes diff --git a/README.md b/README.md index ce80f67..f80e028 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.31.2 linux-x64 node-v20.15.0 +@rpidanny/darwin/1.32.0 linux-x64 node-v20.15.0 $ darwin --help [COMMAND] USAGE $ darwin COMMAND diff --git a/docs/chat.md b/docs/chat.md index cc7c16d..dad759b 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.31.2/src/commands/chat/index.ts)_ +_See code: [src/commands/chat/index.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/chat/index.ts)_ diff --git a/docs/config.md b/docs/config.md index 5cfec9b..9eb6973 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.31.2/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/config/get.ts)_ ## `darwin config set` @@ -44,4 +44,4 @@ EXAMPLES $ darwin config set ``` -_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.31.2/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/config/set.ts)_ diff --git a/docs/download.md b/docs/download.md index 64d8968..404de26 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.31.2/src/commands/download/papers.ts)_ +_See code: [src/commands/download/papers.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/download/papers.ts)_ diff --git a/docs/search.md b/docs/search.md index 1b5c635..8310a5e 100644 --- a/docs/search.md +++ b/docs/search.md @@ -56,7 +56,7 @@ FLAG DESCRIPTIONS Questions are answered 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.31.2/src/commands/search/accession.ts)_ +_See code: [src/commands/search/accession.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/search/accession.ts)_ ## `darwin search papers KEYWORDS` @@ -109,4 +109,4 @@ FLAG DESCRIPTIONS Questions are answered 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.31.2/src/commands/search/papers.ts)_ +_See code: [src/commands/search/papers.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/search/papers.ts)_ diff --git a/docs/update.md b/docs/update.md index 9a9effc..1c4f5c9 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.31.2/src/commands/update/index.ts)_ +_See code: [src/commands/update/index.ts](https://github.com/rpidanny/darwin/blob/v1.32.0/src/commands/update/index.ts)_ diff --git a/package-lock.json b/package-lock.json index 5a2c779..a60ea09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpidanny/darwin", - "version": "1.31.2", + "version": "1.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rpidanny/darwin", - "version": "1.31.2", + "version": "1.32.0", "license": "MIT", "dependencies": { "@json2csv/node": "^7.0.6", diff --git a/package.json b/package.json index 84e8f42..a15f6e1 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.31.2", + "version": "1.32.0", "author": "Abhishek ", "bin": { "darwin": "./bin/run.js"