Skip to content

Commit 23b1e27

Browse files
committed
chore: bump to v0.27.3
1 parent 0852a95 commit 23b1e27

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ignorePatterns": [
44
"node_modules/**",
55
"dist/**",
6+
"desktop/electrobun-spike/**",
67
"tmp/**",
78
"evals/**",
89
"src/serve/public/components/ui/**",

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
## [0.27.3] - 2026-03-23
13+
14+
### Fixed
15+
16+
- Excluded the archived `desktop/electrobun-spike` workspace from root type-aware lint/typecheck so CI and patch publishes no longer fail on unresolved spike-only Electrobun imports.
17+
1218
## [0.27.2] - 2026-03-23
1319

1420
### Fixed
@@ -847,7 +853,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
847853
| 0.4.0 | 2026-01-01 | Web UI and REST API |
848854
| 0.1.0 | 2025-12-30 | Initial release with full search pipeline |
849855

850-
[Unreleased]: https://github.com/gmickel/gno/compare/v0.27.2...HEAD
856+
[Unreleased]: https://github.com/gmickel/gno/compare/v0.27.3...HEAD
857+
[0.27.3]: https://github.com/gmickel/gno/compare/v0.27.2...v0.27.3
851858
[0.27.2]: https://github.com/gmickel/gno/compare/v0.27.1...v0.27.2
852859
[0.27.1]: https://github.com/gmickel/gno/compare/v0.27.0...v0.27.1
853860
[0.27.0]: https://github.com/gmickel/gno/compare/v0.26.0...v0.27.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gmickel/gno",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
55
"keywords": [
66
"embeddings",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"bun-types": ["./node_modules/bun-types"]
2525
}
2626
},
27-
"exclude": ["node_modules", "src/serve/public"]
27+
"exclude": ["node_modules", "src/serve/public", "desktop/electrobun-spike"]
2828
}

0 commit comments

Comments
 (0)