Skip to content

Commit 80dc1be

Browse files
committed
chore: Release linear-cli version 1.6.0
1 parent 009a0f5 commit 80dc1be

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## [Unreleased]
44

5-
### Changed
6-
7-
- prefix issue title with identifier in issue view output
5+
## [1.6.0] - 2026-01-05
86

97
### Added
108

11-
- add parent and sub-issues to issue view output
9+
- add parent and sub-issues to issue view output ([#86](https://github.com/schpet/linear-cli/pull/86); thanks [@paymog](https://github.com/paymog))
10+
11+
### Changed
12+
13+
- prefix issue title with identifier in issue view output
1214

1315
## [1.5.0] - 2025-12-16
1416

@@ -301,7 +303,8 @@
301303
- 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
302304
- 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`
303305

304-
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.5.0...HEAD
306+
[Unreleased]: https://github.com/schpet/linear-cli/compare/v1.6.0...HEAD
307+
[1.6.0]: https://github.com/schpet/linear-cli/compare/v1.5.0...v1.6.0
305308
[1.5.0]: https://github.com/schpet/linear-cli/compare/v1.4.0...v1.5.0
306309
[1.4.0]: https://github.com/schpet/linear-cli/compare/v1.3.1...v1.4.0
307310
[1.3.1]: https://github.com/schpet/linear-cli/compare/v1.3.0...v1.3.1

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.5.0",
4+
"version": "1.6.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.5.0"
8+
version = "1.6.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)