Skip to content

Commit dce29d1

Browse files
chore(main): release axiom 0.48.0 (#271)
🤖 I have created a release *beep* *boop* --- ## [0.48.0](axiom-v0.47.0...axiom-v0.48.0) (2026-02-27) ### Features * generate API reference docs with typedoc ([#270](#270)) ([04215ac](04215ac)) * remove old scorers import path and only keep the new one. Use `axiom/ai/scorers` to import scorers ([#272](#272)) --- 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** > Low risk: this is a Release Please version/changelog update with no functional code changes. > > **Overview** > Bumps `packages/ai` from `0.47.0` to `0.48.0` in `.release-please-manifest.json` and `packages/ai/package.json`. > > Updates `packages/ai/CHANGELOG.md` with the `0.48.0` release entry (noting API reference docs generation via `typedoc`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e6f33ab. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b233131 commit dce29d1

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.47.0"
2+
"packages/ai": "0.48.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.48.0](https://github.com/axiomhq/ai/compare/axiom-v0.47.0...axiom-v0.48.0) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* generate API reference docs with typedoc ([#270](https://github.com/axiomhq/ai/issues/270)) ([04215ac](https://github.com/axiomhq/ai/commit/04215ac08bbf253b7d076a04677a4e21c9271416))
9+
310
## [0.47.0](https://github.com/axiomhq/ai/compare/axiom-v0.46.1...axiom-v0.47.0) (2026-02-25)
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.47.0",
3+
"version": "0.48.0",
44
"type": "module",
55
"author": "Axiom, Inc.",
66
"contributors": [

0 commit comments

Comments
 (0)