conventional-changelog 1.1.24 → 2.0.3

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 (2) hide show
  1. package/CHANGELOG.md +44 -2
  2. package/package.json +12 -9
package/CHANGELOG.md CHANGED
@@ -3,7 +3,49 @@
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
- <a name="1.1.24"></a>
6
+ <a name="2.0.3"></a>
7
+ ## [2.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.2...conventional-changelog@2.0.3) (2018-08-21)
8
+
9
+
10
+
11
+
12
+ **Note:** Version bump only for package conventional-changelog
13
+
14
+ <a name="2.0.2"></a>
15
+ ## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.1...conventional-changelog@2.0.2) (2018-08-21)
16
+
17
+
18
+
19
+
20
+ **Note:** Version bump only for package conventional-changelog
21
+
22
+ <a name="2.0.1"></a>
23
+ ## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@2.0.0...conventional-changelog@2.0.1) (2018-06-06)
24
+
25
+
26
+
27
+
28
+ **Note:** Version bump only for package conventional-changelog
29
+
30
+ <a name="2.0.0"></a>
31
+ # [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.24...conventional-changelog@2.0.0) (2018-05-29)
32
+
33
+
34
+ ### Chores
35
+
36
+ * **package:** set Node requirement to oldest supported LTS ([#329](https://github.com/conventional-changelog/conventional-changelog/issues/329)) ([cae2fe0](https://github.com/conventional-changelog/conventional-changelog/commit/cae2fe0))
37
+
38
+
39
+ ### BREAKING CHANGES
40
+
41
+ * **package:** Set the package's minimum required Node version to be the oldest LTS
42
+ currently supported by the Node Release working group. At this time,
43
+ that is Node 6 (which is in its Maintenance LTS phase).
44
+
45
+
46
+
47
+
48
+ <a name="1.1.24"></a>
7
49
  ## [1.1.24](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.23...conventional-changelog@1.1.24) (2018-04-16)
8
50
 
9
51
 
@@ -11,7 +53,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
53
 
12
54
  **Note:** Version bump only for package conventional-changelog
13
55
 
14
- <a name="1.1.23"></a>
56
+ <a name="1.1.23"></a>
15
57
  ## [1.1.23](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@1.1.22...conventional-changelog@1.1.23) (2018-03-28)
16
58
 
17
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-changelog",
3
- "version": "1.1.24",
3
+ "version": "2.0.3",
4
4
  "description": "Generate a changelog from git metadata",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,6 +12,9 @@
12
12
  "changelog",
13
13
  "log"
14
14
  ],
15
+ "engines": {
16
+ "node": ">=6.9.0"
17
+ },
15
18
  "license": "MIT",
16
19
  "files": [
17
20
  "index.js"
@@ -33,16 +36,16 @@
33
36
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme",
34
37
  "dependencies": {
35
38
  "conventional-changelog-angular": "^1.6.6",
36
- "conventional-changelog-atom": "^0.2.8",
37
- "conventional-changelog-codemirror": "^0.3.8",
38
- "conventional-changelog-core": "^2.0.11",
39
- "conventional-changelog-ember": "^0.3.12",
40
- "conventional-changelog-eslint": "^1.0.9",
41
- "conventional-changelog-express": "^0.3.6",
39
+ "conventional-changelog-atom": "^2.0.0",
40
+ "conventional-changelog-codemirror": "^2.0.0",
41
+ "conventional-changelog-core": "^3.1.0",
42
+ "conventional-changelog-ember": "^2.0.1",
43
+ "conventional-changelog-eslint": "^3.0.0",
44
+ "conventional-changelog-express": "^2.0.0",
42
45
  "conventional-changelog-jquery": "^0.1.0",
43
46
  "conventional-changelog-jscs": "^0.1.0",
44
- "conventional-changelog-jshint": "^0.3.8",
45
- "conventional-changelog-preset-loader": "^1.1.8"
47
+ "conventional-changelog-jshint": "^2.0.0",
48
+ "conventional-changelog-preset-loader": "^2.0.1"
46
49
  },
47
50
  "devDependencies": {
48
51
  "shelljs": "^0.8.0",