@appliedblockchain/changelog
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -40,3 +40,3 @@ #! /usr/bin/env node | ||
const date = dates[i] | ||
puts(`\n## ${tag} (${date})\n`) | ||
puts(`\n## [${tag}](../../compare/${tag2}...${tag}) (${date})\n`) | ||
let logs = logsOf(tag2, tag).filter(isValuableLog) | ||
@@ -43,0 +43,0 @@ if (!logs.length) { |
{ | ||
"name": "@appliedblockchain/changelog", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "npx @appliedblockchain/changelog > Changelog.md", | ||
@@ -9,4 +9,3 @@ "main": "changelog", | ||
}, | ||
"scripts": { | ||
}, | ||
"scripts": {}, | ||
"keywords": [], | ||
@@ -13,0 +12,0 @@ "author": "", |
1713