@alexlit/config-commitlint 6.3.0 → 6.4.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 (2) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,85 @@
1
+ # [6.4.0](https://github.com/alex-lit/config-commitlint/compare/v6.3.0...v6.4.0) (2023-01-06)
2
+
3
+
4
+
5
+ # [6.3.0](https://github.com/alex-lit/config-commitlint/compare/v6.2.0...v6.3.0) (2022-11-21)
6
+
7
+
8
+
9
+ # [6.2.0](https://github.com/alex-lit/config-commitlint/compare/v6.1.0...v6.2.0) (2022-10-31)
10
+
11
+
12
+
13
+ # [6.1.0](https://github.com/alex-lit/config-commitlint/compare/v6.0.3...v6.1.0) (2022-09-01)
14
+
15
+ ## [6.0.3](https://github.com/alex-lit/config-commitlint/compare/v6.0.2...v6.0.3) (2022-06-29)
16
+
17
+ ## [6.0.2](https://github.com/alex-lit/config-commitlint/compare/v6.0.1...v6.0.2) (2022-06-02)
18
+
19
+ ## [6.0.1](https://github.com/alex-lit/config-commitlint/compare/v6.0.0...v6.0.1) (2022-05-25)
20
+
21
+ # [6.0.0](https://github.com/alex-lit/config-commitlint/compare/v5.4.0...v6.0.0) (2022-05-20)
22
+
23
+ # [5.4.0](https://github.com/alex-lit/config-commitlint/compare/v5.3.0...v5.4.0) (2022-05-18)
24
+
25
+ # [5.3.0](https://github.com/alex-lit/config-commitlint/compare/v5.2.2...v5.3.0) (2022-05-16)
26
+
27
+ ## [5.2.2](https://github.com/alex-lit/config-commitlint/compare/v5.2.1...v5.2.2) (2022-04-29)
28
+
29
+ ## [5.2.1](https://github.com/alex-lit/config-commitlint/compare/v5.2.0...v5.2.1) (2022-03-16)
30
+
31
+ # [5.2.0](https://github.com/alex-lit/config-commitlint/compare/v5.1.0...v5.2.0) (2022-02-14)
32
+
33
+ # [5.1.0](https://github.com/alex-lit/config-commitlint/compare/v5.0.2...v5.1.0) (2022-01-21)
34
+
35
+ ## [5.0.2](https://github.com/alex-lit/config-commitlint/compare/v5.0.1...v5.0.2) (2022-01-09)
36
+
37
+ ## [5.0.1](https://github.com/alex-lit/config-commitlint/compare/v5.0.0...v5.0.1) (2021-12-30)
38
+
39
+ # [5.0.0](https://github.com/alex-lit/config-commitlint/compare/v4.0.0...v5.0.0) (2021-12-27)
40
+
41
+ # 4.0.0 (2021-11-17)
42
+
43
+ ### Features
44
+
45
+ - initial release
46
+ ([f3f8398](https://github.com/alex-lit/config-commitlint/commit/f3f8398d277e110e8c1f21e98790c809a2d77b87))
47
+
48
+ # [3.0.0](https://github.com/alex-lit/config-commitlint/compare/v2.1.1...v3.0.0) (2021-11-08)
49
+
50
+ ## [2.1.1](https://github.com/alex-lit/config-commitlint/compare/v2.1.0...v2.1.1) (2021-10-13)
51
+
52
+ # 2.1.0 (2021-09-29)
53
+
54
+ ### Features
55
+
56
+ - initial release
57
+ ([f3f8398](https://github.com/alex-lit/config-commitlint/commit/f3f8398d277e110e8c1f21e98790c809a2d77b87))
58
+
59
+ # 2.0.0 (2021-08-10)
60
+
61
+ ### Features
62
+
63
+ - initial release
64
+ ([f3f8398](https://github.com/alex-lit/config-commitlint/commit/f3f8398d277e110e8c1f21e98790c809a2d77b87))
65
+
66
+ ## [1.1.2](https://github.com/alex-lit/config-commitlint/compare/v1.1.1...v1.1.2) (2021-05-14)
67
+
68
+ ## [1.1.1](https://github.com/alex-lit/config-commitlint/compare/v1.1.0...v1.1.1) (2021-04-15)
69
+
70
+ # [1.1.0](https://github.com/alex-lit/config-commitlint/compare/v1.0.1...v1.1.0) (2021-03-11)
71
+
72
+ ## [1.0.1](https://github.com/alex-lit/config-commitlint/compare/v1.0.0...v1.0.1) (2021-03-01)
73
+
74
+ # [1.0.0](https://github.com/alex-lit/config-commitlint/compare/v0.0.4...v1.0.0) (2021-02-23)
75
+
76
+ ## [0.0.4](https://github.com/alex-lit/config-commitlint/compare/v0.0.3...v0.0.4) (2021-01-29)
77
+
78
+ ## [0.0.3](https://github.com/alex-lit/config-commitlint/compare/v0.0.2...v0.0.3) (2021-01-10)
79
+
80
+ ## 0.0.2 (2020-12-28)
81
+
82
+ ### Features
83
+
84
+ - initial release
85
+ ([f3f8398](https://github.com/alex-lit/config-commitlint/commit/f3f8398d277e110e8c1f21e98790c809a2d77b87))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-commitlint",
3
- "version": "6.3.0",
3
+ "version": "6.4.0",
4
4
  "private": false,
5
5
  "description": "commitlint config",
6
6
  "keywords": [
@@ -37,10 +37,10 @@
37
37
  "version": "./node_modules/@alexlit/lint-kit/scripts/version.sh"
38
38
  },
39
39
  "dependencies": {
40
- "@commitlint/cli": "^17.3.0",
41
- "@commitlint/config-conventional": "^17.3.0",
40
+ "@commitlint/cli": "^17.4.0",
41
+ "@commitlint/config-conventional": "^17.4.0",
42
42
  "conventional-changelog-cli": "^2.2.2",
43
- "husky": "^8.0.2"
43
+ "husky": "^8.0.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@alexlit/lint-kit": "latest"