We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4c6e3 commit 65d07f3Copy full SHA for 65d07f3
deno.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
3
"name": "@schpet/linear-cli",
4
- "version": "1.8.1",
+ "version": "1.9.0",
5
"exports": "./src/main.ts",
6
"license": "MIT",
7
"tasks": {
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"
8
-version = "1.8.1"
+version = "1.9.0"
9
license = "MIT"
10
repository = "https://github.com/schpet/linear-cli"
11
homepage = "https://github.com/schpet/linear-cli"
0 commit comments