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

lerna-changelog

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-changelog - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

lib/Changelog.js

@@ -64,3 +64,3 @@ "use strict";

var commitsByCategory = this.getCommitsByCategory(commitInfo);
var fixesRegex = /Fix(es)? [T#](\d+)/i;
var fixesRegex = /(fix|close|resolve)(e?s|e?d)? [T#](\d+)/i;

@@ -126,3 +126,3 @@ var date = new Date().toISOString();

if (commit.title.match(fixesRegex)) {
commit.title = commit.title.replace(fixesRegex, "Fixes [#$2](" + _this.remote.getBaseIssueUrl() + "$2)");
commit.title = commit.title.replace(fixesRegex, "Closes [#$3](" + _this.remote.getBaseIssueUrl() + "$3)");
}

@@ -129,0 +129,0 @@

{
"name": "lerna-changelog",
"version": "0.2.1",
"version": "0.2.2",
"description": "Generate a changelog for a lerna monorepo",

@@ -5,0 +5,0 @@ "main": "index.js",

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