Skip to content

Commit 1873f3f

Browse files
chore(main): release axiom 0.46.0 (#260)
🤖 I have created a release *beep* *boop* --- ## [0.46.0](axiom-v0.45.0...axiom-v0.46.0) (2026-02-19) ### Features * **ai:** add mandatory name parameter to onlineEval ([#259](#259)) ([3e0e44a](3e0e44a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release metadata-only changes (version/changelog) with no functional code modifications in this PR. > > **Overview** > Bumps the `packages/ai` release from `0.45.0` to `0.46.0` by updating the release manifest and `package.json` version. > > Updates `packages/ai/CHANGELOG.md` with the `0.46.0` entry documenting the feature that makes `name` a mandatory parameter for `onlineEval`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9437424. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 3e0e44a commit 1873f3f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/ai": "0.45.0"
2+
"packages/ai": "0.46.0"
33
}

packages/ai/CHANGELOG.md

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

3+
## [0.46.0](https://github.com/axiomhq/ai/compare/axiom-v0.45.0...axiom-v0.46.0) (2026-02-19)
4+
5+
6+
### Features
7+
8+
* **ai:** add mandatory name parameter to onlineEval ([#259](https://github.com/axiomhq/ai/issues/259)) ([3e0e44a](https://github.com/axiomhq/ai/commit/3e0e44a884216ad98ca9ff9f6225c55b67f39241))
9+
310
## [0.45.0](https://github.com/axiomhq/ai/compare/axiom-v0.44.0...axiom-v0.45.0) (2026-02-17)
411

512

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axiom",
3-
"version": "0.45.0",
3+
"version": "0.46.0",
44
"type": "module",
55
"author": "Axiom, Inc.",
66
"contributors": [

0 commit comments

Comments
 (0)