From 5e1c16d3b305130253cdf7e2e4f7079d56911a43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:40:43 +0000 Subject: [PATCH] chore(master): release 0.45.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396ee9c..76cf137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.45.1](https://github.com/ai-action/code-ollama/compare/v0.45.0...v0.45.1) (2026-07-12) + + +### Miscellaneous Chores + +* release 0.45.1 ([1cce57b](https://github.com/ai-action/code-ollama/commit/1cce57b3e439db3818a8bded763e58eee7434829)) + ## [0.45.0](https://github.com/ai-action/code-ollama/compare/v0.44.0...v0.45.0) (2026-07-12) diff --git a/package-lock.json b/package-lock.json index 3c3ef75..55a0c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-ollama", - "version": "0.45.0", + "version": "0.45.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-ollama", - "version": "0.45.0", + "version": "0.45.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index e2905c6..74955d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-ollama", - "version": "0.45.0", + "version": "0.45.1", "description": "Ollama coding agent that runs in your terminal", "author": "Mark (https://remarkablemark.org)", "type": "module",