Skip to content

Commit 65d07f3

Browse files
committed
chore: Release linear-cli version 1.9.0
1 parent 1e4c6e3 commit 65d07f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
33
"name": "@schpet/linear-cli",
4-
"version": "1.8.1",
4+
"version": "1.9.0",
55
"exports": "./src/main.ts",
66
"license": "MIT",
77
"tasks": {

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["dist:."]
55
[package]
66
name = "linear"
77
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"
8+
version = "1.9.0"
99
license = "MIT"
1010
repository = "https://github.com/schpet/linear-cli"
1111
homepage = "https://github.com/schpet/linear-cli"

0 commit comments

Comments
 (0)