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