Socket
Socket
Sign inDemoInstall

conventional-changelog-atom

Package Overview
Dependencies
1
Maintainers
7
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom@2.0.1...conventional-changelog-atom@2.0.2) (2019-10-02)
### Bug Fixes
* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476)
## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom@2.0.0...conventional-changelog-atom@2.0.1) (2018-11-01)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "conventional-changelog-atom",
"version": "2.0.1",
"version": "2.0.3",
"description": "conventional-changelog atom preset",

@@ -38,3 +38,3 @@ "main": "index.js",

},
"gitHead": "f301b0de0b954713a50b2256a3140e21817d14c0"
"gitHead": "7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8"
}

@@ -35,3 +35,3 @@ 'use strict'

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

@@ -38,0 +38,0 @@

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