Skip to content

Commit 0c8964d

Browse files
authored
Merge pull request #19 from GonkaGate/release-please--branches--main--components--kilo-setup
chore(main): release 0.3.3
2 parents 04cffc2 + 3ac44e3 commit 0c8964d

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2"
2+
".": "0.3.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
falling back to the pinned `npm exec` oracle path when the direct launch
2626
fails.
2727

28+
## [0.3.3](https://github.com/GonkaGate/kilo-setup/compare/v0.3.2...v0.3.3) (2026-04-15)
29+
30+
31+
### Bug Fixes
32+
33+
* restore windows oracle proof package invocation ([04cffc2](https://github.com/GonkaGate/kilo-setup/commit/04cffc2f86f9563efb7c766f7379e9c394421244))
34+
* restore windows oracle proof package invocation ([9c57732](https://github.com/GonkaGate/kilo-setup/commit/9c57732de9143696bf08bdb38a17b34fdd311c76))
35+
2836
## [0.3.2](https://github.com/GonkaGate/kilo-setup/compare/v0.3.1...v0.3.2) (2026-04-15)
2937

3038

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,6 +1,6 @@
11
{
22
"name": "@gonkagate/kilo-setup",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Setup CLI for configuring local Kilo to use GonkaGate.",
55
"type": "module",
66
"bin": {

src/constants/contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const CONTRACT_METADATA = {
22
binName: "kilo-setup",
33
binPath: "bin/gonkagate-kilo.js",
4-
cliVersion: "0.3.2", // x-release-please-version
4+
cliVersion: "0.3.3", // x-release-please-version
55
packageName: "@gonkagate/kilo-setup",
66
publicEntrypoint: "npx @gonkagate/kilo-setup",
77
publicState:

0 commit comments

Comments
 (0)