Skip to content

Commit c642269

Browse files
chore(main): release 1.13.2
1 parent 9957242 commit c642269

4 files changed

Lines changed: 11 additions & 3 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-
".": "1.13.1"
2+
".": "1.13.2"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.13.2

CHANGELOG.md

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

3+
## [1.13.2](https://github.com/rubyists/linear-cli/compare/v1.13.1...v1.13.2) (2026-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* correct Linear API key settings URL ([#134](https://github.com/rubyists/linear-cli/issues/134)) ([382e5cf](https://github.com/rubyists/linear-cli/commit/382e5cf8dac856cf65394f38d11778e3db9e3215))
9+
* removes tap ([#137](https://github.com/rubyists/linear-cli/issues/137)) ([9957242](https://github.com/rubyists/linear-cli/commit/995724290280a7f754a62c46ac79efebf2e430c0))
10+
311
## [1.13.1](https://github.com/rubyists/linear-cli/compare/v1.13.0...v1.13.1) (2026-08-16)
412

513

app/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do
55
[
66
app: :linear_cli,
77
# x-release-please-start-version
8-
version: "1.13.1",
8+
version: "1.13.2",
99
# x-release-please-end
1010
elixir: "~> 1.20",
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)