Skip to content

Commit 4fbb346

Browse files
chore: release v3.3.0 (#520)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be24c76 commit 4fbb346

4 files changed

Lines changed: 43 additions & 34 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.2.0"
3+
version = "3.3.0"
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.2.0",
2+
"version": "3.3.0",
33
"name": "@optave/codegraph",
44
"problems": [
55
"extraneous: @emnapi/runtime@1.8.1 /home/runner/work/codegraph/codegraph/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.2.0",
760-
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-gnu/-/codegraph-linux-x64-gnu-3.2.0.tgz",
759+
"version": "3.3.0",
760+
"resolved": "https://registry.npmjs.org/@optave/codegraph-linux-x64-gnu/-/codegraph-linux-x64-gnu-3.3.0.tgz",
761761
"overridden": false
762762
},
763763
"@optave/codegraph-linux-x64-musl": {},

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
},
8282
"optionalDependencies": {
8383
"@modelcontextprotocol/sdk": "^1.0.0",
84-
"@optave/codegraph-darwin-arm64": "3.2.0",
85-
"@optave/codegraph-darwin-x64": "3.2.0",
86-
"@optave/codegraph-linux-arm64-gnu": "3.2.0",
87-
"@optave/codegraph-linux-x64-gnu": "3.2.0",
88-
"@optave/codegraph-linux-x64-musl": "3.2.0",
89-
"@optave/codegraph-win32-x64-msvc": "3.2.0"
84+
"@optave/codegraph-darwin-arm64": "3.3.0",
85+
"@optave/codegraph-darwin-x64": "3.3.0",
86+
"@optave/codegraph-linux-arm64-gnu": "3.3.0",
87+
"@optave/codegraph-linux-x64-gnu": "3.3.0",
88+
"@optave/codegraph-linux-x64-musl": "3.3.0",
89+
"@optave/codegraph-win32-x64-msvc": "3.3.0"
9090
},
9191
"devDependencies": {
9292
"@biomejs/biome": "^2.4.4",

0 commit comments

Comments
 (0)