Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

changelog-tool

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog-tool - npm Package Compare versions

Comparing version 0.7.2 to 1.0.0

21

changelog.md
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc