Socket
Socket
Sign inDemoInstall

conventional-changelog-emojis

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-emojis - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

CHANGELOG.md

33

index.js

@@ -8,19 +8,16 @@ 'use strict';

module.exports = function presetOpts(cb) {
Q.all([
conventionalChangelog,
parserOpts,
recommendedBumpOpts,
writerOpts,
]).spread(
(conventionalChangelog, parserOpts, recommendedBumpOpts, writerOpts) => {
cb(null, {
gitRawCommitsOpts: { noMerges: null },
conventionalChangelog,
parserOpts,
recommendedBumpOpts,
writerOpts,
});
}
);
};
module.exports = Q.all([
conventionalChangelog,
parserOpts,
recommendedBumpOpts,
writerOpts,
]).spread(
(conventionalChangelog, parserOpts, recommendedBumpOpts, writerOpts) => {
return {
conventionalChangelog,
parserOpts,
recommendedBumpOpts,
writerOpts,
};
}
);
{
"name": "conventional-changelog-emojis",
"version": "1.3.0",
"version": "2.0.0",
"description": "conventional-changelog preset with emojis",

@@ -38,3 +38,5 @@ "license": "MIT",

"devDependencies": {
"conventional-changelog-cli": "2.0.11",
"conventional-changelog-core": "3.1.5",
"conventional-changelog-emojis": "file:./",
"git-dummy-commit": "1.3.0",

@@ -51,4 +53,5 @@ "husky": "1.3.1",

"format": "prettier --write \"**/*\"",
"ci": "jest --coverage"
"ci": "jest --coverage",
"version": "conventional-changelog -p emojis -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
}
}
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