Skip to content

Commit

Permalink
chore: bump version to 0.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 13, 2024
1 parent 722a971 commit e97d88e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "nushell",
"version": "0.99.1",
"version": "0.100.0",
"bin": {
"nu": "lib/index.js"
},
"distTag": "latest",
"nuVer": "0.99.1",
"nuVer": "0.100.0",
"license": "MIT",
"description": "The official release of Nushell with default features included.",
"keywords": [
Expand Down Expand Up @@ -41,14 +41,14 @@
"typescript": "^5.5.2"
},
"optionalDependencies": {
"@nushell/windows-x64": "0.99.1",
"@nushell/windows-arm64": "0.99.1",
"@nushell/linux-x64": "0.99.1",
"@nushell/linux-riscv64": "0.99.1",
"@nushell/linux-arm64": "0.99.1",
"@nushell/linux-arm": "0.99.1",
"@nushell/darwin-x64": "0.99.1",
"@nushell/darwin-arm64": "0.99.1"
"@nushell/windows-x64": "0.100.0",
"@nushell/windows-arm64": "0.100.0",
"@nushell/linux-x64": "0.100.0",
"@nushell/linux-riscv64": "0.100.0",
"@nushell/linux-arm64": "0.100.0",
"@nushell/linux-arm": "0.100.0",
"@nushell/darwin-x64": "0.100.0",
"@nushell/darwin-arm64": "0.100.0"
},
"engines": {
"node": ">=20.0.0",
Expand Down

0 comments on commit e97d88e

Please sign in to comment.