Skip to content

Commit 67a1053

Browse files
author
ogmatrix
committed
fix
1 parent 9f332a7 commit 67a1053

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,6 @@
2020
* trigger release after lfs push ([5418db8](https://github.com/OGMatrix/mcmodding-mcp/commit/5418db88996c37abb204d1ae1bbf7c12d06206cf))
2121
* use GH_TOKEN for semantic-release authentication ([e04afd9](https://github.com/OGMatrix/mcmodding-mcp/commit/e04afd94b5b1c254cd9c98e1cd588a85a32d284c))
2222

23-
## [0.2.0](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.1.4...v0.2.0) (2025-12-16)
24-
25-
### Features
26-
27-
* switch from release-please to semantic-release ([84b5204](https://github.com/OGMatrix/mcmodding-mcp/commit/84b52046d522329a0ba21e1ec81139ba6a5dfaeb))
28-
* update ([9644179](https://github.com/OGMatrix/mcmodding-mcp/commit/964417976d24e4e79fcaa15bb080450e16ce7be8))
29-
30-
### Bug Fixes
31-
32-
* configure semantic-release to skip npm publish ([56f9fd9](https://github.com/OGMatrix/mcmodding-mcp/commit/56f9fd98ba4c78985d064611091dee82dd63c2c7))
33-
* sync versions to 0.1.4 ([19f37a1](https://github.com/OGMatrix/mcmodding-mcp/commit/19f37a10f12184192e53115d803417c9d8cc7f51))
34-
35-
### Build System
36-
37-
* upgrade semantic-release to v24 ([645c5d3](https://github.com/OGMatrix/mcmodding-mcp/commit/645c5d32dd44151687e7ee7f09d9adb163153523))
38-
39-
### CI/CD
40-
41-
* use GH_TOKEN for semantic-release authentication ([e04afd9](https://github.com/OGMatrix/mcmodding-mcp/commit/e04afd94b5b1c254cd9c98e1cd588a85a32d284c))
42-
4323
# Changelog
4424

4525
## [0.1.0](2025-12-14)

src/index.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -851,12 +851,6 @@ describe('ModExamplesService', () => {
851851
vi.restoreAllMocks();
852852
});
853853

854-
it('should initialize with default path', async () => {
855-
new ModExamplesService();
856-
const betterSqlite3 = await import('better-sqlite3');
857-
expect(betterSqlite3.default).toHaveBeenCalled();
858-
});
859-
860854
it('searchExamples should return empty array when no results', () => {
861855
mockAll.mockReturnValue([]);
862856
const service = new ModExamplesService();

0 commit comments

Comments
 (0)