Skip to content

Commit 17ddb78

Browse files
committed
chore: Release linear-cli version 1.9.1
1 parent af20b0f commit 17ddb78

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [1.9.1] - 2026-01-29
6+
7+
### Fixed
8+
9+
- switched to --allow-all for Deno permissions since --allow-run was already unrestricted (making granular permissions ineffective) and the permission flags frequently caused issues when downloading images from arbitrary domains in Linear comments
10+
511
## [1.9.0] - 2026-01-29
612

713
### Fixed
@@ -360,7 +366,8 @@
360366
- adds a -t, --title flag to the `issue pr` command, allowing you to provide a PR title that is different than linear's issue title
361367
- allows linear issue identifiers to be passed in as arguments to the issue commands as an alternative to parsing the branch name, e.g. `linear issue show ABC-123`
362368

363-
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.9.0...HEAD
369+
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.9.1...HEAD
370+
[1.9.1]: https://github.com/schpet/linear-cli/compare/v1.9.0...v1.9.1
364371
[1.9.0]: https://github.com/schpet/linear-cli/compare/v1.8.1...v1.9.0
365372
[1.8.1]: https://github.com/schpet/linear-cli/compare/v1.8.0...v1.8.1
366373
[1.8.0]: https://github.com/schpet/linear-cli/compare/v1.7.0...v1.8.0

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.9.0",
4+
"version": "1.9.1",
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.9.0"
8+
version = "1.9.1"
99
license = "MIT"
1010
repository = "https://github.com/schpet/linear-cli"
1111
homepage = "https://github.com/schpet/linear-cli"

0 commit comments

Comments
 (0)