@citycide/changelog
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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) |
@@ -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 · [![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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
16911
9
262
5
- Removedcompare-func@^1.3.2