From 021481f4d3e39fc2d246a3ad69147bf07c2e3e16 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:06:17 -0400 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ app/mix.exs | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/.version.txt b/.version.txt index 26aaba0..f0bb29e 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index af68bb0..52ae237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/rubyists/linear-cli/compare/v1.2.0...v1.3.0) (2026-08-12) + + +### Features + +* add mix setup/git_hooks, activate a pre-push conventional-commit hook ([#90](https://github.com/rubyists/linear-cli/issues/90)) ([a81ffe1](https://github.com/rubyists/linear-cli/commit/a81ffe133a8be1e8c608778d18669e4bd77b9de9)) + ## [1.2.0](https://github.com/rubyists/linear-cli/compare/v1.1.1...v1.2.0) (2026-08-12) diff --git a/app/mix.exs b/app/mix.exs index 4345371..1816567 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "1.2.0", + version: "1.3.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,