conventional-recommended-bump 5.0.0 → 5.0.1

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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [5.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@5.0.0...conventional-recommended-bump@5.0.1) (2019-05-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Recommend a patch bump for features when preMajor is enabled ([#452](https://github.com/conventional-changelog/conventional-changelog/issues/452)) ([3d0a520](https://github.com/conventional-changelog/conventional-changelog/commit/3d0a520))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@4.1.1...conventional-recommended-bump@5.0.0) (2019-05-02)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-recommended-bump",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Get a recommended version bump based on conventional commits",
5
5
  "bugs": {
6
6
  "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
@@ -34,9 +34,9 @@
34
34
  "concat-stream": "^2.0.0",
35
35
  "conventional-changelog-preset-loader": "^2.1.1",
36
36
  "conventional-commits-filter": "^2.0.2",
37
- "conventional-commits-parser": "^3.0.2",
37
+ "conventional-commits-parser": "^3.0.3",
38
38
  "git-raw-commits": "2.0.0",
39
- "git-semver-tags": "^2.0.2",
39
+ "git-semver-tags": "^2.0.3",
40
40
  "meow": "^4.0.0",
41
41
  "q": "^1.5.1"
42
42
  },
@@ -44,5 +44,5 @@
44
44
  "test-windows": "mocha --timeout 30000 ./test/preset-resolver.spec.js"
45
45
  },
46
46
  "bin": "cli.js",
47
- "gitHead": "83a7c3dac05e1d0a3402c6124318e584e4030c57"
47
+ "gitHead": "38f5508191f8afc1a8503d1fd24e2de6d05b8738"
48
48
  }