We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00c67b commit cd9975aCopy full SHA for cd9975a
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.10.18] - 2026-01-28
11
+
12
### Added
13
- Added ask sidebar to homepage. [#721](https://github.com/sourcebot-dev/sourcebot/pull/721)
14
- Added endpoint for searching commit history for a git repository. [#625](https://github.com/sourcebot-dev/sourcebot/pull/625)
packages/shared/src/version.ts
@@ -1,2 +1,2 @@
1
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2
-export const SOURCEBOT_VERSION = "v4.10.17";
+export const SOURCEBOT_VERSION = "v4.10.18";
0 commit comments