Skip to content

Commit 43c9dda

Browse files
chore(main): release memex-core 0.3.1 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf95eeb commit 43c9dda

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-
".": "0.3.0"
2+
".": "0.3.1"
33
}

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.3.1](https://github.com/jim80net/memex-core/compare/memex-core-v0.3.0...memex-core-v0.3.1) (2026-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* deduplicate search results by skill name ([#14](https://github.com/jim80net/memex-core/issues/14)) ([bf95eeb](https://github.com/jim80net/memex-core/commit/bf95eeb3091f3cad7c1912a04fa15f8c6a010777))
9+
310
## [0.3.0](https://github.com/jim80net/memex-core/compare/memex-core-v0.2.3...memex-core-v0.3.0) (2026-03-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jim80net/memex-core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Shared core engine for memex skill routers — embeddings, indexing, caching, telemetry",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)