conventional-changelog-writer 4.0.2 → 4.0.7

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,52 @@
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
+ ## [4.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.6...conventional-changelog-writer@4.0.7) (2019-07-29)
7
+
8
+ **Note:** Version bump only for package conventional-changelog-writer
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.5...conventional-changelog-writer@4.0.6) (2019-05-18)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency semver to v6 ([#458](https://github.com/conventional-changelog/conventional-changelog/issues/458)) ([efaa7bb](https://github.com/conventional-changelog/conventional-changelog/commit/efaa7bb))
20
+
21
+
22
+
23
+
24
+
25
+ ## [4.0.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.4...conventional-changelog-writer@4.0.5) (2019-04-11)
26
+
27
+ **Note:** Version bump only for package conventional-changelog-writer
28
+
29
+
30
+
31
+
32
+
33
+ ## [4.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.3...conventional-changelog-writer@4.0.4) (2019-04-10)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * **deps:** update dependency through2 to v3 ([#392](https://github.com/conventional-changelog/conventional-changelog/issues/392)) ([26fe91f](https://github.com/conventional-changelog/conventional-changelog/commit/26fe91f))
39
+
40
+
41
+
42
+
43
+
44
+ ## [4.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.2...conventional-changelog-writer@4.0.3) (2019-02-14)
45
+
46
+ **Note:** Version bump only for package conventional-changelog-writer
47
+
48
+
49
+
50
+
51
+
6
52
  ## [4.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.1...conventional-changelog-writer@4.0.2) (2018-11-01)
7
53
 
8
54
 
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  > Write logs based on conventional commits and templates
4
4
 
5
-
6
5
  ## Install
7
6
 
8
7
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-changelog-writer",
3
- "version": "4.0.2",
3
+ "version": "4.0.7",
4
4
  "description": "Write logs based on conventional commits and templates",
5
5
  "bugs": {
6
6
  "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
@@ -37,15 +37,15 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "compare-func": "^1.3.1",
40
- "conventional-commits-filter": "^2.0.1",
40
+ "conventional-commits-filter": "^2.0.2",
41
41
  "dateformat": "^3.0.0",
42
- "handlebars": "^4.0.2",
42
+ "handlebars": "^4.1.2",
43
43
  "json-stringify-safe": "^5.0.1",
44
44
  "lodash": "^4.2.1",
45
45
  "meow": "^4.0.0",
46
- "semver": "^5.5.0",
46
+ "semver": "^6.0.0",
47
47
  "split": "^1.0.0",
48
- "through2": "^2.0.0"
48
+ "through2": "^3.0.0"
49
49
  },
50
50
  "scripts": {
51
51
  "test-windows": "echo 'make work on windows'"
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "conventional-changelog-writer": "cli.js"
55
55
  },
56
- "gitHead": "bfd7593c4ce82c5835a9fa8f45796dfd6d697409"
56
+ "gitHead": "dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4"
57
57
  }