UNPKG

changelog-tools

Version:

A set of tools for changelog parsing and generation

28 lines (24 loc) 535 B
<!DOCTYPE html> <html lang="en"> <head> <title>Simple Browser Example</title> </head> <body> <h1>Simple Browser Example</h1> <h2>Changelog:</h2> <details> <summary>Click to show</summary> <pre> <code id="changelog-out"></code> </pre> </details> <h2>Source:</h2> <details> <summary>Click to show</summary> <pre> <code id="source-out"></code> </pre> </details> <script src="./dist/bundle.js"></script> </body> </html>