UNPKG

crypto-exchange

Version:

Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.

10 lines (6 loc) 250 B
#!/usr/bin/env node const fs = require('fs') const os = require('os') const prependFile = require('prepend-file') let { version } = JSON.parse(fs.readFileSync('./package.json', 'utf8')) prependFile.sync('./CHANGELOG.md', `# v${version}${os.EOL}`)