Socket
Socket
Sign inDemoInstall

conventional-changelog-emojis

Package Overview
Dependencies
4
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.1.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [3.1.0](https://github.com/sebald/conventional-changelog-emojis/compare/v3.0.1...v3.1.0) (2019-04-11)
### Refactoring & Improvements
- Remove [@root](https://github.com/root) debug statement ([4706a01](https://github.com/sebald/conventional-changelog-emojis/commit/4706a01))
- Use full hash in commit link ([58b3f47](https://github.com/sebald/conventional-changelog-emojis/commit/58b3f47))
## [3.0.1](https://github.com/sebald/conventional-changelog-emojis/compare/v3.0.0...v3.0.1) (2019-02-11)

@@ -2,0 +11,0 @@

2

package.json
{
"name": "conventional-changelog-emojis",
"version": "3.0.1",
"version": "3.1.0",
"description": "conventional-changelog preset with emojis",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -66,3 +66,3 @@ 'use strict';

if (typeof commit.hash === `string`) {
commit.hash = commit.hash.substring(0, 7);
commit.shorthash = commit.hash.substring(0, 7);
}

@@ -69,0 +69,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc