From 11f3daeb0ae9018f0d73aa5d230ae21a38751d8b Mon Sep 17 00:00:00 2001 From: Percy Hanna Date: Fri, 10 Dec 2021 11:04:07 -0700 Subject: [PATCH] Version 1.13.0 --- README.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3c52456..025883a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/auth/check.ts)_ +_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/auth/check.ts)_ ## `aha auth:login` @@ -63,7 +63,7 @@ DESCRIPTION Credentials are saved in ~/.netrc ``` -_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/auth/login.ts)_ ## `aha extension:add-contribution` @@ -77,7 +77,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/add-contribution.ts)_ +_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/add-contribution.ts)_ ## `aha extension:build` @@ -92,7 +92,7 @@ OPTIONS --noCache skip cached http imports ``` -_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/build.ts)_ +_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/build.ts)_ ## `aha extension:create` @@ -106,7 +106,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/create.ts)_ +_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/create.ts)_ ## `aha extension:install` @@ -122,7 +122,7 @@ OPTIONS --noCache skip cached http imports ``` -_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/install.ts)_ +_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/install.ts)_ ## `aha extension:tail` @@ -136,7 +136,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/tail.ts)_ +_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/tail.ts)_ ## `aha extension:uninstall` @@ -150,7 +150,7 @@ OPTIONS -s, --subdomain=subdomain Aha! subdomain to use for authentication ``` -_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/uninstall.ts)_ +_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/uninstall.ts)_ ## `aha extension:watch` @@ -165,7 +165,7 @@ OPTIONS --noCache skip cached http imports ``` -_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.12.0/src/commands/extension/watch.ts)_ +_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.13.0/src/commands/extension/watch.ts)_ ## `aha help [COMMAND]` diff --git a/package.json b/package.json index dbb5309..22c2994 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aha-cli", "description": "Command line interface for Aha! (www.aha.io)", - "version": "1.12.0", + "version": "1.13.0", "author": "Aha! (support@aha.io)", "bin": { "aha": "./bin/run"