conventional-changelog 3.1.5 → 3.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +2 -15
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.8...conventional-changelog@3.1.9) (2019-05-18)
7
+
8
+ **Note:** Version bump only for package conventional-changelog
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.1.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.7...conventional-changelog@3.1.8) (2019-05-05)
15
+
16
+ **Note:** Version bump only for package conventional-changelog
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.1.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.6...conventional-changelog@3.1.7) (2019-05-02)
23
+
24
+ **Note:** Version bump only for package conventional-changelog
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.1.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.5...conventional-changelog@3.1.6) (2019-05-02)
31
+
32
+ **Note:** Version bump only for package conventional-changelog
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.1.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.4...conventional-changelog@3.1.5) (2019-04-26)
7
39
 
8
40
  **Note:** Version bump only for package conventional-changelog
package/README.md CHANGED
@@ -2,12 +2,11 @@
2
2
 
3
3
  > Generate a changelog from git metadata
4
4
 
5
- It's recommended to use high level [standard-version](https://github.com/conventional-changelog/standard-version).
6
- Alternatively, you are probably looking for the [cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) module.
7
- Or use one of the plugins if you are already using the tool: [grunt](https://github.com/btford/grunt-conventional-changelog)/[gulp](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/gulp-conventional-changelog)/[atom](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-atom).
8
5
 
9
6
  ## Usage
10
7
 
8
+ You most likely only need to use this module if you're building a library that provides an abstraction on top of conventional commits, See [Getting started](https://github.com/conventional-changelog/conventional-changelog#getting-started) if you're an end-user.
9
+
11
10
  ```sh
12
11
  $ npm install --save conventional-changelog
13
12
  ```
@@ -51,20 +50,8 @@ A scoped preset package such as `@scope/conventional-changelog-custom-preset` ca
51
50
 
52
51
  **NOTE:** `options.config` will be overwritten by the values of preset. You should use either `preset` or `config`, but not both.
53
52
 
54
-
55
53
  ## [Notes for parent modules](https://github.com/conventional-changelog/conventional-changelog-core#notes-for-parent-modules)
56
54
 
57
- ## Related
58
-
59
- - [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) - cli of this module
60
- - [standard-changelog](https://github.com/conventional-changelog/standard-changelog) - Similar to this module but only with angular convention
61
- - [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata
62
- - [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump) - Get a recommended version bump based on conventional commits
63
- - [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
64
- - [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.
65
- - [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions
66
- - [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages
67
-
68
55
  ## License
69
56
 
70
57
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-changelog",
3
- "version": "3.1.5",
3
+ "version": "3.1.9",
4
4
  "description": "Generate a changelog from git metadata",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,8 +38,8 @@
38
38
  "conventional-changelog-angular": "^5.0.3",
39
39
  "conventional-changelog-atom": "^2.0.1",
40
40
  "conventional-changelog-codemirror": "^2.0.1",
41
- "conventional-changelog-conventionalcommits": "^2.0.0",
42
- "conventional-changelog-core": "^3.2.2",
41
+ "conventional-changelog-conventionalcommits": "^4.0.0",
42
+ "conventional-changelog-core": "^3.2.3",
43
43
  "conventional-changelog-ember": "^2.0.2",
44
44
  "conventional-changelog-eslint": "^3.0.2",
45
45
  "conventional-changelog-express": "^2.0.1",
@@ -50,5 +50,5 @@
50
50
  "scripts": {
51
51
  "test-windows": "mocha --timeout 30000"
52
52
  },
53
- "gitHead": "50140951e59c665e24fd9ff17d1952ce01888f7c"
53
+ "gitHead": "38f5508191f8afc1a8503d1fd24e2de6d05b8738"
54
54
  }