Skip to content

Commit 5bbbbc5

Browse files
committed
fix changelog
1 parent 72cc363 commit 5bbbbc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
### Added
1212

13-
- global user config is now merged with project config (`~/.config/linear/linear.toml` on Unix, `%APPDATA%\linear\linear.toml` on Windows); project values override global, env vars override both
13+
- global user config is now merged with project config (`~/.config/linear/linear.toml` on Unix, `%APPDATA%\linear\linear.toml` on Windows); project values override global, env vars override both ([#89](https://github.com/schpet/linear-cli/pull/89); thanks @kfrance)
1414
- requests now include a User-Agent header (schpet-linear-cli/VERSION)
15-
- initiative management commands (list, view, create, archive, unarchive, update, delete, add-project, remove-project) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks [@skgbafa](https://github.com/skgbafa))
16-
- label management commands (list, create, delete) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks [@skgbafa](https://github.com/skgbafa))
17-
- project create command with team, lead, dates, status, and initiative linking ([#95](https://github.com/schpet/linear-cli/pull/95); thanks [@skgbafa](https://github.com/skgbafa))
18-
- team delete command ([#95](https://github.com/schpet/linear-cli/pull/95); thanks [@skgbafa](https://github.com/skgbafa))
19-
- bulk operations support for issue delete (--bulk flag) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks [@skgbafa](https://github.com/skgbafa))
20-
- document management commands (list, view, create, update, delete) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks [@skgbafa](https://github.com/skgbafa))
15+
- initiative management commands (list, view, create, archive, unarchive, update, delete, add-project, remove-project) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa)
16+
- label management commands (list, create, delete) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa)
17+
- project create command with team, lead, dates, status, and initiative linking ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa)
18+
- team delete command ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa)
19+
- bulk operations support for issue delete (--bulk flag) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa)
20+
- document management commands (list, view, create, update, delete) ([#95](https://github.com/schpet/linear-cli/pull/95); thanks @skgbafa)
2121
- auto-generate skill documentation from cli help output with deno task generate-skill-docs
2222

2323
## [1.7.0] - 2026-01-09

0 commit comments

Comments
 (0)