Skip to content

Commit

Permalink
v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed May 10, 2024
1 parent 54836c3 commit d8f037e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-cli",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.18.0",
"version": "1.18.1",
"src": "bin/cli.ts",
"bin": {
"rivet": "bin/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-core",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.18.0",
"version": "1.18.1",
"packageManager": "yarn@3.5.0",
"main": "dist/cjs/bundle.cjs",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-node",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.18.0",
"version": "1.18.1",
"main": "dist/cjs/bundle.cjs",
"module": "dist/esm/index.js",
"src": "src/index.ts",
Expand Down

0 comments on commit d8f037e

Please sign in to comment.