Skip to content

Commit 26e5844

Browse files
release v0.13.17 (#1497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e433801 commit 26e5844

7 files changed

Lines changed: 120 additions & 100 deletions

File tree

.github/packages/npm-package/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicblock-labs/ephemeral-validator",
3-
"version": "0.13.16",
3+
"version": "0.13.17",
44
"description": "MagicBlock Ephemeral Validator",
55
"homepage": "https://github.com/magicblock-labs/magicblock-validator#readme",
66
"bugs": {
@@ -32,10 +32,10 @@
3232
"typescript": "^4.9.4"
3333
},
3434
"optionalDependencies": {
35-
"@magicblock-labs/ephemeral-validator-darwin-arm64": "0.13.16",
36-
"@magicblock-labs/ephemeral-validator-darwin-x64": "0.13.16",
37-
"@magicblock-labs/ephemeral-validator-linux-arm64": "0.13.16",
38-
"@magicblock-labs/ephemeral-validator-linux-x64": "0.13.16",
35+
"@magicblock-labs/ephemeral-validator-darwin-arm64": "0.13.17",
36+
"@magicblock-labs/ephemeral-validator-darwin-x64": "0.13.17",
37+
"@magicblock-labs/ephemeral-validator-linux-arm64": "0.13.17",
38+
"@magicblock-labs/ephemeral-validator-linux-x64": "0.13.17",
3939
"@magicblock-labs/query-filtering-service-darwin-arm64": "0.1.3",
4040
"@magicblock-labs/query-filtering-service-darwin-x64": "0.1.3",
4141
"@magicblock-labs/query-filtering-service-linux-arm64": "0.1.3",

.github/packages/npm-package/package.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magicblock-labs/${node_pkg}",
33
"description": "Ephemeral Validator (${node_pkg})",
4-
"version": "0.13.16",
4+
"version": "0.13.17",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/magicblock-labs/magicblock-validator.git"

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ edition = "2021"
4747
homepage = "https://www.magicblock.xyz"
4848
license = "Business Source License 1.1"
4949
repository = "https://github.com/magicblock-labs/ephemeral-validator"
50-
version = "0.13.16"
50+
version = "0.13.17"
5151

5252
[workspace.dependencies]
5353
agave-geyser-plugin-interface = { version = "4.0" }

0 commit comments

Comments
 (0)