chore: release v1.3.0

This commit is contained in:
Giancarlo Erra
2026-03-19 11:59:43 +00:00
parent 4590366578
commit fbc5d54d27
4 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "socraticode",
"version": "1.2.0",
"version": "1.3.0",
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
+14
View File
@@ -4,6 +4,20 @@ All notable changes to SocratiCode are documented here.
This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/).
## [1.3.0](https://github.com/giancarloerra/socraticode/compare/v1.2.0...v1.3.0) (2026-03-19)
### Features
* add CSS [@import](https://github.com/import) tracking and path alias resolution to dependency graph ([c7e160c](https://github.com/giancarloerra/socraticode/commit/c7e160cb5ca0c5bd6e0ba9e2a258587c106fbab5))
### Bug Fixes
* add stylus to CSS resolution cases and getAstGrepLang mapping ([f80eec4](https://github.com/giancarloerra/socraticode/commit/f80eec476afc3c3979214ca2a331f08eb0cee0c8))
### Documentation
* update language support and graph docs for CSS [@import](https://github.com/import) and path aliases ([f4c5518](https://github.com/giancarloerra/socraticode/commit/f4c5518453afd3752ea4777419b5b04036ffd07d))
## [1.2.0](https://github.com/giancarloerra/socraticode/compare/v1.1.3...v1.2.0) (2026-03-18)
### Features
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "socraticode",
"version": "1.2.0",
"version": "1.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "socraticode",
"version": "1.2.0",
"version": "1.3.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@ast-grep/lang-bash": "^0.0.7",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "socraticode",
"mcpName": "io.github.giancarloerra/socraticode",
"version": "1.2.0",
"version": "1.3.0",
"description": "SocratiCode — MCP server for local codebase indexing, semantic search, and code dependency graphs. All private, all local via Docker.",
"type": "module",
"main": "dist/index.js",