Skip to content

Commit 42d3fe4

Browse files
Merge pull request #72 from ai-action/release-please--branches--master--components--code-ollama
chore(master): release 0.14.2
2 parents 2364293 + a3b0248 commit 42d3fe4

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.14.2](https://github.com/ai-action/code-ollama/compare/v0.14.1...v0.14.2) (2026-05-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **CodeBlock:** fix fenced-block regex ([754d1f6](https://github.com/ai-action/code-ollama/commit/754d1f63cf91a6eed0e59d4e991ce8cf221ec522))
9+
* **CodeBlock:** render nested ambiguous markdown fence as raw ([69cffe7](https://github.com/ai-action/code-ollama/commit/69cffe7387a5ae10e6ae4a6595323275d56a39da))
10+
* **Markdown:** fix markdown rendering issue ([ee03053](https://github.com/ai-action/code-ollama/commit/ee03053be5bac338bc46dd5a75b6a7970981e5d6))
11+
* **Messages:** stabilize streaming inline markdown ([495f07e](https://github.com/ai-action/code-ollama/commit/495f07ef3fc8c930caf916f64bbb27ea88dfa9e7))
12+
313
## [0.14.1](https://github.com/ai-action/code-ollama/compare/v0.14.0...v0.14.1) (2026-05-14)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-ollama",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Ollama coding agent that runs in your terminal",
55
"author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",
66
"type": "module",

0 commit comments

Comments
 (0)