Skip to content

Commit 9586679

Browse files
committed
chore: prep for v0.8.2-rc1 release
Signed-off-by: Donnie Adams <[email protected]>
1 parent 8b8107a commit 9586679

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/dispatch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 21
20-
- name: Update Lock
21-
run: npm i --package-lock-only
20+
- name: Install
21+
run: npm i
2222
- uses: stefanzweifel/git-auto-commit-action@v5
2323
with:
2424
commit_message: Automated GPTScript Version Update

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gptscript-ai/gptscript",
3-
"version": "v0.8.1",
3+
"version": "v0.8.2-rc1",
44
"description": "Run gptscript in node.js",
55
"source": "src/gptscript.ts",
66
"main": "dist/gptscript.js",

scripts/install-binary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (process.platform === 'win32') {
6868
const gptscript_info = {
6969
name: "gptscript",
7070
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
71-
version: "v0.8.1"
71+
version: "v0.8.2-rc1"
7272
}
7373

7474
const pltfm = {

0 commit comments

Comments
 (0)