New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@citycide/changelog

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citycide/changelog - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

12

changelog.md

@@ -0,1 +1,13 @@

<a name="1.1.0"></a>
## `1.1.0` (2019-02-06)
###### FEATURES
* change header level to 2 instead of 3 ([73e0c9d](https://github.com/citycide/changelog/commit/73e0c9d))
* drop compare-func dependency ([5dd69b3](https://github.com/citycide/changelog/commit/5dd69b3))
---
<a name="1.0.0"></a>

@@ -2,0 +14,0 @@ ### `1.0.0` (2017-12-12)

4

config.js

@@ -6,3 +6,2 @@ 'use strict'

const compareFunc = require('compare-func')
const pify = require('pify')

@@ -106,4 +105,3 @@

commitsSort: ['scope', 'subject'],
noteGroupsSort: 'title',
notesSort: compareFunc
noteGroupsSort: 'title'
}

@@ -110,0 +108,0 @@

{
"name": "@citycide/changelog",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generate a changelog from git metadata using a tweaked Angular convention.",
"license": "MIT",
"author": {
"name": "Bo Lingen",
"email": "lingenbw@gmail.com",
"url": "https://github.com/citycide"
},
"repository": {
"type": "git",
"url": "https://github.com/citycide/changelog.git"
},
"author": "Bo Lingen <lingenbw@gmail.com> (https://github.com/citycide)",
"repository": "https://github.com/citycide/changelog.git",
"homepage": "https://github.com/citycide/changelog",

@@ -46,3 +39,2 @@ "bugs": "https://github.com/citycide/changelog/issues",

"chalk": "^2.3.0",
"compare-func": "^1.3.2",
"conventional-changelog-core": "^1.9.4",

@@ -49,0 +41,0 @@ "del": "^3.0.0",

@@ -72,3 +72,3 @@ # @citycide/changelog &middot; [![Version](https://img.shields.io/npm/v/@citycide/changelog.svg?style=flat-square&maxAge=3600)](https://www.npmjs.com/package/@citycide/changelog) [![License](https://img.shields.io/npm/l/@citycide/changelog.svg?style=flat-square&maxAge=3600)](https://www.npmjs.com/package/@citycide/changelog) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square&maxAge=3600)](https://standardjs.com)

<a name="2.0.0"></a>
### [`2.0.0`](https://github.com/citycide/changelog/compare/v1.4.2...v2.0.0) (2017-12-12)
## [`2.0.0`](https://github.com/citycide/changelog/compare/v1.4.2...v2.0.0) (2017-12-12)

@@ -98,3 +98,3 @@

<a name="2.0.0"></a>
### [`2.0.0`](https://github.com/citycide/changelog/compare/v1.4.2...v2.0.0) (2017-12-12)
## [`2.0.0`](https://github.com/citycide/changelog/compare/v1.4.2...v2.0.0) (2017-12-12)

@@ -101,0 +101,0 @@

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