changelog-tool
Advanced tools
Comparing version 0.7.2 to 1.0.0
Changelog | ||
========= | ||
1.0.0 (2023-06-20) | ||
------------------ | ||
First stable release! Just kidding, it was already stable. | ||
* Add support for [Markdown reference links][1]. References are a Markdown | ||
feature that lets you write links in paragraphs, but put the actual target | ||
near the end of the document similar to references in technical documents. | ||
This can declutter the reading experience for those reading the Markdown | ||
sources. The tool doesn't let you quickly add links via the CLI yet, but it | ||
will no longer mangle them when they appear. | ||
* Testing Node 20 | ||
* Bugfix: Always insert an empty line between the 'preface' and bulletpoints | ||
sections of a version block. | ||
0.7.2 (2023-02-17) | ||
@@ -73,2 +89,5 @@ ------------------ | ||
* Implemented the 'help' and 'init' commands. | ||
* Implemented the 'help' and 'init' commands | ||
[1]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#link "Markdown cheatsheet: Links" | ||
{ | ||
"name": "changelog-tool", | ||
"version": "0.7.2", | ||
"version": "1.0.0", | ||
"description": "A CLI tool for manipulating changelogs", | ||
"type": "module", | ||
"main": "index.mjs", | ||
"homepage": "https://github.com/evert/changelog-tool", | ||
"author": "Evert Pot (https://evertpot.com/)", | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -11,2 +14,6 @@ "test": "node --test", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:evert/changelog-tool.git" | ||
}, | ||
"keywords": [ | ||
@@ -13,0 +20,0 @@ "changelog", |
@@ -11,2 +11,5 @@ Changelog tool | ||
``` | ||
Changelog | ||
========= | ||
0.4.0 (????-??-??) | ||
@@ -13,0 +16,0 @@ ------------------ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
27048
714
0
100
1