conventional-changelog-writer 3.0.8 → 3.0.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.
- package/CHANGELOG.md +13 -2
- package/README.md +2 -0
- package/package.json +1 -1
- package/templates/header.hbs +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,18 @@
|
|
|
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
|
-
|
|
6
|
+
<a name="3.0.9"></a>
|
|
7
|
+
## [3.0.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.8...conventional-changelog-writer@3.0.9) (2018-03-28)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* revert previous change ([2f4530f](https://github.com/conventional-changelog/conventional-changelog/commit/2f4530f))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<a name="3.0.8"></a>
|
|
7
18
|
## [3.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.7...conventional-changelog-writer@3.0.8) (2018-03-27)
|
|
8
19
|
|
|
9
20
|
|
|
@@ -11,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
22
|
|
|
12
23
|
**Note:** Version bump only for package conventional-changelog-writer
|
|
13
24
|
|
|
14
|
-
|
|
25
|
+
<a name="3.0.7"></a>
|
|
15
26
|
## [3.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@3.0.6...conventional-changelog-writer@3.0.7) (2018-03-27)
|
|
16
27
|
|
|
17
28
|
|
package/README.md
CHANGED
|
@@ -48,6 +48,7 @@ Each chunk should be a commit. Json object is also **valid**. Parts of the objec
|
|
|
48
48
|
The downstream might look something like this:
|
|
49
49
|
|
|
50
50
|
```js
|
|
51
|
+
<a name="0.0.1"></a>
|
|
51
52
|
## 0.0.1 "this is a title" (2015-05-29)
|
|
52
53
|
|
|
53
54
|
|
|
@@ -340,6 +341,7 @@ $ conventional-changelog-writer commits.ldjson -o options.js
|
|
|
340
341
|
The output might look something like this
|
|
341
342
|
|
|
342
343
|
```md
|
|
344
|
+
<a name="1.0.0"></a>
|
|
343
345
|
# 1.0.0 (2015-04-09)
|
|
344
346
|
|
|
345
347
|
|
package/package.json
CHANGED
package/templates/header.hbs
CHANGED