Skip to content

Commit efee996

Browse files
chore(main): release 2.2.0
1 parent c6d6792 commit efee996

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.1"
2+
".": "2.2.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
2.2.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/rubyists/linear-cli/compare/v2.1.1...v2.2.0) (2026-08-21)
4+
5+
6+
### Features
7+
8+
* add status option to the issue close / cancel commands ([#176](https://github.com/rubyists/linear-cli/issues/176)) ([c6d6792](https://github.com/rubyists/linear-cli/commit/c6d6792119e39197d96da73747a99eb8fd5fc233))
9+
310
## [2.1.1](https://github.com/rubyists/linear-cli/compare/v2.1.0...v2.1.1) (2026-08-21)
411

512

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif::[]
1818
:image-major-tag: v2
1919
// x-release-please-end
2020
// x-release-please-start-version
21-
:image-pin-example: v2.1.1
21+
:image-pin-example: v2.2.0
2222
// x-release-please-end
2323

2424
A command line interface to https://linear.app - list, take, create, develop,

app/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do
77
[
88
app: :linear_cli,
99
# x-release-please-start-version
10-
version: "2.1.1",
10+
version: "2.2.0",
1111
# x-release-please-end
1212
elixir: "~> 1.20",
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)