From 7571f2870e8cf4df70c80206a06ead7284e9869d Mon Sep 17 00:00:00 2001 From: Peter Schilling Date: Fri, 31 Jan 2025 14:42:50 -0800 Subject: [PATCH] chore: Release linear-cli version 0.0.8 --- deno.json | 2 +- dist-workspace.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 50503c1..0ff3361 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json", "name": "@schpet/linear-cli", - "version": "0.0.7", + "version": "0.0.8", "exports": "./main.ts", "license": "MIT", "tasks": { diff --git a/dist-workspace.toml b/dist-workspace.toml index 80357cc..11cadc6 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -5,7 +5,7 @@ members = ["dist:."] [package] name = "linear" description = "cli tool for linear.app that uses git branch names and directory names to open issues and team pages" -version = "0.0.7" +version = "0.0.8" license = "MIT" repository = "https://github.com/schpet/linear-cli" homepage = "https://github.com/schpet/linear-cli"