@eth-optimism/ci-builder
Advanced tools
Comparing version 0.1.2 to 0.2.0
# @eth-optimism/ci-builder | ||
## 0.2.0 | ||
### Minor Changes | ||
- e8909be0: Fix unbound variable in check_changed script | ||
This now uses -z to check if a variable is unbound instead of -n. | ||
This should fix the error when the script is being ran on develop. | ||
## 0.1.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@eth-optimism/ci-builder", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"scripts": {}, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
6165