Skip to content

Commit c3ad654

Browse files
chore(patch): 1.0.98 [skip ci]
## [1.0.98](v1.0.97...v1.0.98) (2025-03-15) ### 🤖 Build System * Fix bug related to file contents not being added to messages to be passed to LLM ([3f577fc](3f577fc))
1 parent a64f711 commit c3ad654

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [1.0.98](https://github.com/mmiscool/aiCoder/compare/v1.0.97...v1.0.98) (2025-03-15)
7+
8+
### 🤖 Build System
9+
10+
* Fix bug related to file contents not being added to messages to be passed to LLM ([3f577fc](https://github.com/mmiscool/aiCoder/commit/3f577fc9f483d3b30a06b17fa0b4bdb1a971fbcf))
11+
612
## [1.0.97](https://github.com/mmiscool/aiCoder/compare/v1.0.96...v1.0.97) (2025-03-08)
713

814
### 🤖 Build System

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aicodertool",
3-
"version": "1.0.97",
3+
"version": "1.0.98",
44
"homepage": "https://github.com/mmiscool/aiCoder",
55
"bin": {
66
"aicodertool": "src/main.js",

0 commit comments

Comments
 (0)