Skip to content

Commit

Permalink
chore: bump version to 0.85.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 4, 2023
1 parent 5150b3a commit 9baadfb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nushell",
"version": "0.85.3",
"version": "0.85.5",
"bin": {
"nu": "lib/index.js"
},
Expand Down Expand Up @@ -33,14 +33,14 @@
"typescript": "^5.2.2"
},
"optionalDependencies": {
"@nushell/windows-x64": "0.85.3",
"@nushell/windows-arm64": "0.85.3",
"@nushell/linux-x64": "0.85.3",
"@nushell/linux-riscv64": "0.85.3",
"@nushell/linux-arm64": "0.85.3",
"@nushell/linux-arm": "0.85.3",
"@nushell/darwin-x64": "0.85.3",
"@nushell/darwin-arm64": "0.85.3"
"@nushell/windows-x64": "0.85.5",
"@nushell/windows-arm64": "0.85.5",
"@nushell/linux-x64": "0.85.5",
"@nushell/linux-riscv64": "0.85.5",
"@nushell/linux-arm64": "0.85.5",
"@nushell/linux-arm": "0.85.5",
"@nushell/darwin-x64": "0.85.5",
"@nushell/darwin-arm64": "0.85.5"
},
"eslintConfig": {
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
Expand Down

0 comments on commit 9baadfb

Please sign in to comment.