Skip to content

Commit

Permalink
feat: bump llm-ls to 0.3.0 (#89)
Browse files Browse the repository at this point in the history
* feat: bump llm-ls to `0.3.0`

* feat: `0.1.5`
  • Loading branch information
McPatate authored Oct 12, 2023
1 parent 5ff71e4 commit 0e37108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
FETCH_DEPTH: 0 # pull in the tags for the version string
LLM_LS_VERSION: 0.2.2
LLM_LS_VERSION: 0.3.0

jobs:
package:
Expand Down
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
Expand Up @@ -2,7 +2,7 @@
"name": "huggingface-vscode",
"displayName": "llm-vscode",
"description": "LLM powered development for VS Code",
"version": "0.1.4",
"version": "0.1.5",
"publisher": "HuggingFace",
"icon": "small_logo.png",
"engines": {
Expand Down

0 comments on commit 0e37108

Please sign in to comment.