From c7f446827d305a03951ad92ba0ba50d0dd66d876 Mon Sep 17 00:00:00 2001 From: Percy Hanna Date: Wed, 27 Mar 2024 21:18:46 -0600 Subject: [PATCH] Version 1.15.0 --- README.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 138839b..7193c20 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ DESCRIPTION Check if the stored credentials work ``` -_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/auth/check.ts)_ +_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/auth/check.ts)_ ## `aha auth:login` @@ -67,7 +67,7 @@ DESCRIPTION Credentials are saved in ~/.netrc ``` -_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/auth/login.ts)_ ## `aha extension:add-contribution` @@ -84,7 +84,7 @@ DESCRIPTION Add a contribution to an extension ``` -_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/add-contribution.ts)_ +_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/add-contribution.ts)_ ## `aha extension:build` @@ -102,7 +102,7 @@ DESCRIPTION Build an extension into a zip file for ease of distribution ``` -_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/build.ts)_ +_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/build.ts)_ ## `aha extension:create` @@ -119,7 +119,7 @@ DESCRIPTION Create an example extension ``` -_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/create.ts)_ +_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/create.ts)_ ## `aha extension:install` @@ -138,7 +138,7 @@ DESCRIPTION Install the extension from the current directory ``` -_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/install.ts)_ +_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/install.ts)_ ## `aha extension:tail` @@ -155,7 +155,7 @@ DESCRIPTION Live tail extension logs ``` -_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/tail.ts)_ +_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/tail.ts)_ ## `aha extension:uninstall` @@ -172,7 +172,7 @@ DESCRIPTION Uninstall the extension in the current directory ``` -_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/uninstall.ts)_ +_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/uninstall.ts)_ ## `aha extension:watch` @@ -190,7 +190,7 @@ DESCRIPTION Watch the current directory for changes and install the extension each time a file changes ``` -_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/watch.ts)_ +_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/watch.ts)_ ## `aha help [COMMANDS]` diff --git a/package.json b/package.json index af0b024..d13c013 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.14.0", + "version": "1.15.0", "author": "Aha! (support@aha.io)", "bin": { "aha": "./bin/run"