Skip to content

Commit

Permalink
chore(release): 1.10.2
Browse files Browse the repository at this point in the history
## [1.10.2](v1.10.1...v1.10.2) (2023-05-15)

### Bug Fixes

* tiktoken import error ([#47](#47)) ([4a98b65](4a98b65))
  • Loading branch information
semantic-release-bot committed May 15, 2023
1 parent 4a98b65 commit 746aade
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.2](https://github.com/rpidanny/shelly/compare/v1.10.1...v1.10.2) (2023-05-15)


### Bug Fixes

* tiktoken import error ([#47](https://github.com/rpidanny/shelly/issues/47)) ([4a98b65](https://github.com/rpidanny/shelly/commit/4a98b6567e3bb2008a6daf3f22f1c57f06f02f72))

## [1.10.1](https://github.com/rpidanny/shelly/compare/v1.10.0...v1.10.1) (2023-05-15)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $ npm install -g @rpidanny/shelly
$ shelly COMMAND
running command...
$ shelly (--version)
@rpidanny/shelly/1.10.1 linux-x64 node-v18.16.0
@rpidanny/shelly/1.10.2 linux-x64 node-v18.16.0
$ shelly --help [COMMAND]
USAGE
$ shelly COMMAND
Expand All @@ -104,6 +104,7 @@ USAGE
* [`shelly events`](docs/events.md) - Create iCal events
* [`shelly help`](docs/help.md) - Display help for shelly.
* [`shelly history`](docs/history.md) - Print history
* [`shelly ingest`](docs/ingest.md) - Ingest directory to a vector store
* [`shelly milvus`](docs/milvus.md) - Start local Milvus vector store
* [`shelly serve`](docs/serve.md) - start the Shelly web service

Expand Down
2 changes: 1 addition & 1 deletion docs/ask.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLES
$ shelly ask --collection=foo "how do i do something?"
```

_See code: [dist/commands/ask/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.1/dist/commands/ask/index.ts)_
_See code: [dist/commands/ask/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.2/dist/commands/ask/index.ts)_
2 changes: 1 addition & 1 deletion docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLES
$ shelly configure
```

_See code: [dist/commands/configure/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.1/dist/commands/configure/index.ts)_
_See code: [dist/commands/configure/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.2/dist/commands/configure/index.ts)_
2 changes: 1 addition & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ EXAMPLES
$ shelly history --collection=foo
```

_See code: [dist/commands/history/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.1/dist/commands/history/index.ts)_
_See code: [dist/commands/history/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.2/dist/commands/history/index.ts)_
2 changes: 1 addition & 1 deletion docs/ingest.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ EXAMPLES
$ shelly ingest --collection=foo --githubRepo="https://github.com/rpidanny/shelly"
```

_See code: [dist/commands/ingest/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.0/dist/commands/ingest/index.ts)_
_See code: [dist/commands/ingest/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.2/dist/commands/ingest/index.ts)_
2 changes: 1 addition & 1 deletion docs/serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ EXAMPLES
$ shelly serve
```

_See code: [dist/commands/serve/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.1/dist/commands/serve/index.ts)_
_See code: [dist/commands/serve/index.ts](https://github.com/rpidanny/shelly/blob/v1.10.2/dist/commands/serve/index.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,6 +1,6 @@
{
"name": "@rpidanny/shelly",
"version": "1.10.1",
"version": "1.10.2",
"description": "A command-line tool that ingests data and generates instant answers using ChatGPT, giving you the Sheldon Cooper you never had at your fingertips.",
"author": "rpidanny @rpidanny",
"type": "module",
Expand Down

0 comments on commit 746aade

Please sign in to comment.