From cf7763755907fd3bd3c8e9aed72978cf277f9c93 Mon Sep 17 00:00:00 2001 From: pikapirate <157611276+pikapirate@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:22:29 -0400 Subject: [PATCH] 0.5.0 --- README.md | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 624ab12..1150ffd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @tildacloud/cli $ tilda COMMAND running command... $ tilda (--version) -@tildacloud/cli/0.4.0 darwin-arm64 node-v20.12.2 +@tildacloud/cli/0.5.0 darwin-arm64 node-v20.12.2 $ tilda --help [COMMAND] USAGE $ tilda COMMAND @@ -68,7 +68,7 @@ DESCRIPTION Build the application ``` -_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/build/index.ts)_ +_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/build/index.ts)_ ## `tilda deploy` @@ -93,7 +93,7 @@ DESCRIPTION Build the application ``` -_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/deploy/index.ts)_ +_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/deploy/index.ts)_ ## `tilda help [COMMAND]` @@ -133,7 +133,7 @@ DESCRIPTION Log in to Tilda ``` -_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/login/index.ts)_ +_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/login/index.ts)_ ## `tilda logout` @@ -154,7 +154,7 @@ DESCRIPTION Log in to Tilda ``` -_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/logout/index.ts)_ +_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/logout/index.ts)_ ## `tilda plugins` diff --git a/package-lock.json b/package-lock.json index 2d26355..62c3ac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tildacloud/cli", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tildacloud/cli", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@oclif/core": "^4", diff --git a/package.json b/package.json index 3eabb48..398a265 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tildacloud/cli", "description": "A new CLI generated with oclif", - "version": "0.4.0", + "version": "0.5.0", "author": "Tilda", "bin": { "tilda": "./bin/run.js"