Skip to content

Commit 2545fb8

Browse files
chore: release v3.9.4 (#955)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9882f5d commit 2545fb8

4 files changed

Lines changed: 37 additions & 37 deletions

File tree

crates/codegraph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codegraph-core"
3-
version = "3.9.3"
3+
version = "3.9.4"
44
edition = "2021"
55
license = "Apache-2.0"
66

generated/DEPENDENCIES.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.9.3",
2+
"version": "3.9.4",
33
"name": "@optave/codegraph",
44
"problems": [
55
"extraneous: @emnapi/runtime@1.8.1 /home/runner/work/ops-codegraph-tool/ops-codegraph-tool/node_modules/@emnapi/runtime",
@@ -756,8 +756,8 @@
756756
"@optave/codegraph-darwin-x64": {},
757757
"@optave/codegraph-linux-arm64-gnu": {},
758758
"@optave/codegraph-linux-x64-gnu": {
759-
"version": "3.9.3",
760-
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-gnu/-/codegraph-linux-x64-gnu-3.9.3.tgz",
759+
"version": "3.9.4",
760+
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-gnu/-/codegraph-linux-x64-gnu-3.9.4.tgz",
761761
"overridden": false
762762
},
763763
"@optave/codegraph-linux-x64-musl": {},

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optave/codegraph",
3-
"version": "3.9.3",
3+
"version": "3.9.4",
44
"description": "Local code graph CLI — parse codebases with tree-sitter, build dependency graphs, query them",
55
"type": "module",
66
"main": "dist/index.js",
@@ -131,12 +131,12 @@
131131
},
132132
"optionalDependencies": {
133133
"@modelcontextprotocol/sdk": "^1.0.0",
134-
"@optave/codegraph-darwin-arm64": "3.9.3",
135-
"@optave/codegraph-darwin-x64": "3.9.3",
136-
"@optave/codegraph-linux-arm64-gnu": "3.9.3",
137-
"@optave/codegraph-linux-x64-gnu": "3.9.3",
138-
"@optave/codegraph-linux-x64-musl": "3.9.3",
139-
"@optave/codegraph-win32-x64-msvc": "3.9.3"
134+
"@optave/codegraph-darwin-arm64": "3.9.4",
135+
"@optave/codegraph-darwin-x64": "3.9.4",
136+
"@optave/codegraph-linux-arm64-gnu": "3.9.4",
137+
"@optave/codegraph-linux-x64-gnu": "3.9.4",
138+
"@optave/codegraph-linux-x64-musl": "3.9.4",
139+
"@optave/codegraph-win32-x64-msvc": "3.9.4"
140140
},
141141
"devDependencies": {
142142
"@biomejs/biome": "^2.4.4",

0 commit comments

Comments
 (0)