Skip to content

Commit c976509

Browse files
committed
chore: bump version
1 parent d94ccc4 commit c976509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/price_pusher/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "9.1.5",
3+
"version": "9.2.0",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -29,7 +29,7 @@
2929
"dev": "ts-node src/index.ts",
3030
"prepublishOnly": "pnpm run build && pnpm run test:lint",
3131
"preversion": "pnpm run test:lint",
32-
"version": "pnpm run format && git add -A src"
32+
"version": "pnpm run test:format && pnpm run test:lint && git add -A src"
3333
},
3434
"keywords": [
3535
"pyth",

0 commit comments

Comments
 (0)