Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 5, 2023
1 parent ff8b1e0 commit 312cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changeset-next.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { writeFileSync } from 'node:fs';

const output = `---\n"@fuel-bridge/fungible-token": patch\n"@fuel-bridge/integration-tests": patch\n"@fuel-bridge/message-predicates": patch\n"@fuel-bridge/solidity-contracts": patch\n---\n\nincremental\n`;
const output = `---\n"@fuel-bridge/fungible-token": patch\n"@fuel-bridge/message-predicates": patch\n"@fuel-bridge/solidity-contracts": patch\n---\n\nincremental\n`;
writeFileSync('.changeset/fuel-labs-ci.md', output);

0 comments on commit 312cc39

Please sign in to comment.