Skip to content

Commit 3774855

Browse files
author
Giancarlo Erra
committed
chore: release v1.8.13
1 parent 125df0a commit 3774855

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socraticode",
3-
"version": "1.8.12",
3+
"version": "1.8.13",
44
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
55
"author": {
66
"name": "Giancarlo Erra",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socraticode",
3-
"version": "1.8.12",
3+
"version": "1.8.13",
44
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
55
"author": {
66
"name": "Giancarlo Erra",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socraticode",
3-
"version": "1.8.12",
3+
"version": "1.8.13",
44
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
55
"author": {
66
"name": "Giancarlo Erra",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to SocratiCode are documented here.
44
This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/).
55

66

7+
## [1.8.13](https://github.com/giancarloerra/socraticode/compare/v1.8.12...v1.8.13) (2026-05-27)
8+
9+
### Documentation
10+
11+
* update expired Discord invite link ([71e1e0b](https://github.com/giancarloerra/socraticode/commit/71e1e0bc039119da9939ace272916814f1c222cf))
12+
713
## [1.8.12](https://github.com/giancarloerra/socraticode/compare/v1.8.11...v1.8.12) (2026-05-22)
814

915
### Bug Fixes

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "socraticode",
33
"displayName": "SocratiCode",
44
"description": "Codebase context engine for AI assistants. Hybrid search, dependency and call graphs, symbol-level impact analysis (blast radius), interactive graph explorer, and searchable architecture artefacts. Works with Copilot agent mode, Cline, Continue, Roo Code, and any MCP-compatible host.",
5-
"version": "1.8.12",
5+
"version": "1.8.13",
66
"publisher": "giancarloerra",
77
"license": "AGPL-3.0-only",
88
"icon": "images/icon.png",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socraticode",
33
"mcpName": "io.github.giancarloerra/socraticode",
4-
"version": "1.8.12",
4+
"version": "1.8.13",
55
"description": "SocratiCode — MCP server for local codebase indexing, semantic search, and code dependency graphs. All private, all local via Docker.",
66
"type": "module",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)