Skip to content

Commit

Permalink
depend on set version
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Oct 4, 2024
1 parent f74d139 commit c94ce2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions rammerhead-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.3

- Depend on set version of @rubynetwork/rh

# 1.3.2

- Make options configurable
4 changes: 2 additions & 2 deletions rammerhead-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubynetwork/rammerhead",
"version": "1.3.2",
"version": "1.3.3",
"description": "Easily use and run Rammerhead",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -45,6 +45,6 @@
"dependencies": {
"commander": "^12.0.0",
"picocolors": "^1.0.1",
"@rubynetwork/rh": "latest"
"@rubynetwork/rh": "^1.2.72"
}
}

0 comments on commit c94ce2d

Please sign in to comment.