Skip to content

Commit

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

### Features

* add sources citation in response ([#48](#48)) ([45c691e](45c691e))
  • Loading branch information
semantic-release-bot committed May 15, 2023
1 parent 45c691e commit c6cd1ed
Show file tree
Hide file tree
Showing 9 changed files with 16 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.11.0](https://github.com/rpidanny/shelly/compare/v1.10.2...v1.11.0) (2023-05-15)


### Features

* add sources citation in response ([#48](https://github.com/rpidanny/shelly/issues/48)) ([45c691e](https://github.com/rpidanny/shelly/commit/45c691e8ed1084a4c80b84531e3d498e9fd11313))

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


Expand Down
2 changes: 1 addition & 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.2 linux-x64 node-v18.16.0
@rpidanny/shelly/1.11.0 linux-x64 node-v18.16.0
$ shelly --help [COMMAND]
USAGE
$ shelly COMMAND
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.2/dist/commands/ask/index.ts)_
_See code: [dist/commands/ask/index.ts](https://github.com/rpidanny/shelly/blob/v1.11.0/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.2/dist/commands/configure/index.ts)_
_See code: [dist/commands/configure/index.ts](https://github.com/rpidanny/shelly/blob/v1.11.0/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.2/dist/commands/history/index.ts)_
_See code: [dist/commands/history/index.ts](https://github.com/rpidanny/shelly/blob/v1.11.0/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.2/dist/commands/ingest/index.ts)_
_See code: [dist/commands/ingest/index.ts](https://github.com/rpidanny/shelly/blob/v1.11.0/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.2/dist/commands/serve/index.ts)_
_See code: [dist/commands/serve/index.ts](https://github.com/rpidanny/shelly/blob/v1.11.0/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.2",
"version": "1.11.0",
"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 c6cd1ed

Please sign in to comment.