@linters/commitlint-config 1.3.1 → 1.6.0

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 +46 -5
  2. package/index.js +1 -3
  3. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,55 @@
1
- # [@linters/commitlint-config-v1.3.1](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.0...@linters/commitlint-config-v1.3.1) (2020-05-09)
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [1.6.0](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.5.1...@linters/commitlint-config@1.6.0) (2022-01-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * update dependencies ([4bb5087](https://github.com/developer239/linters/commit/4bb5087d3ac881b9b4fd92408fe854f79fb71fa1))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.5.1](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.5.0...@linters/commitlint-config@1.5.1) (2021-02-17)
18
+
19
+ **Note:** Version bump only for package @linters/commitlint-config
20
+
21
+
2
22
 
3
23
 
24
+
25
+ # 1.5.0 (2021-02-17)
26
+
4
27
  ### Bug Fixes
5
28
 
6
- * make commitlint work ([e4ebd84](https://github.com/developer239/linters/commit/e4ebd84861215ad378b7dd6e69dcbbe9543b2147))
29
+ - make commitlint work ([e4ebd84](https://github.com/developer239/linters/commit/e4ebd84861215ad378b7dd6e69dcbbe9543b2147))
7
30
 
8
- # [@linters/commitlint-config-v1.3.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.2.0...@linters/commitlint-config-v1.3.0) (2020-05-09)
31
+ ### Features
32
+
33
+ - bump more dependencies 💣 ([86b07ba](https://github.com/developer239/linters/commit/86b07ba0e9e9e7333dac4dc5bd9c1b6d8d7bf6ff))
34
+ - flatten project structure ([c6af765](https://github.com/developer239/linters/commit/c6af765b1de34223f2703e128c80838f0cb9e0fd))
35
+ - mass release all packages ([a7ab198](https://github.com/developer239/linters/commit/a7ab198fe829a1621f9dcb6c4adf04d406331b9e))
36
+ - move packages back to packages folder ([7567c72](https://github.com/developer239/linters/commit/7567c72db65a8fbe356e72fe59d8ba2c64e13305))
37
+
38
+ # [@linters/commitlint-config-v1.4.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.1...@linters/commitlint-config-v1.4.0) (2020-09-20)
39
+
40
+ ### Features
9
41
 
42
+ - bump more dependencies 💣 ([86b07ba](https://github.com/developer239/linters/commit/86b07ba0e9e9e7333dac4dc5bd9c1b6d8d7bf6ff))
43
+
44
+ # [@linters/commitlint-config-v1.3.1](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.0...@linters/commitlint-config-v1.3.1) (2020-05-09)
45
+
46
+ ### Bug Fixes
47
+
48
+ - make commitlint work ([e4ebd84](https://github.com/developer239/linters/commit/e4ebd84861215ad378b7dd6e69dcbbe9543b2147))
49
+
50
+ # [@linters/commitlint-config-v1.3.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.2.0...@linters/commitlint-config-v1.3.0) (2020-05-09)
10
51
 
11
52
  ### Features
12
53
 
13
- * mass release all packages ([a7ab198](https://github.com/developer239/linters/commit/a7ab198fe829a1621f9dcb6c4adf04d406331b9e))
14
- * move packages back to packages folder ([7567c72](https://github.com/developer239/linters/commit/7567c72db65a8fbe356e72fe59d8ba2c64e13305))
54
+ - mass release all packages ([a7ab198](https://github.com/developer239/linters/commit/a7ab198fe829a1621f9dcb6c4adf04d406331b9e))
55
+ - move packages back to packages folder ([7567c72](https://github.com/developer239/linters/commit/7567c72db65a8fbe356e72fe59d8ba2c64e13305))
package/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  module.exports = {
2
- extends: [
3
- '@commitlint/config-conventional',
4
- ],
2
+ extends: ['@commitlint/config-conventional'],
5
3
  rules: {
6
4
  'body-leading-blank': [2, 'always'],
7
5
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@linters/commitlint-config",
3
3
  "description": "The commitlint config you have been looking for.",
4
- "version": "1.3.1",
4
+ "version": "1.6.0",
5
5
  "repository": "https://github.com/developer239/linters",
6
6
  "engines": {
7
7
  "node": ">=12",
@@ -17,6 +17,7 @@
17
17
  "semantic-release"
18
18
  ],
19
19
  "dependencies": {
20
- "@commitlint/config-conventional": "^8.3.4"
21
- }
20
+ "@commitlint/config-conventional": "16.0.0"
21
+ },
22
+ "gitHead": "a5b5966d987342f673d489941ef692013dd7a2e6"
22
23
  }