Commit a3dc5539 authored by Liam Horne's avatar Liam Horne

build: add changeset

parent bda682f3
---
"@eth-optimism/batch-submitter": patch
"@eth-optimism/data-transport-layer": patch
---
Adds a release version to batch-submitter and data-transport-layer usage of Sentry
#!/usr/bin/env node #!/usr/bin/env node
console.log(process.env.npm_package_version);
process.exit(1)
const batchSubmitter = require("../dist/src/exec/run-batch-submitter") const batchSubmitter = require("../dist/src/exec/run-batch-submitter")
batchSubmitter.run() batchSubmitter.run()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment