@ornikar/commitlint-config 3.2.1 → 4.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 +38 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
+ ## [4.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@4.0.0...@ornikar/commitlint-config@4.0.1) (2021-12-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * downgrade node minimum required version [no issue] ([#595](https://github.com/ornikar/shared-configs/issues/595)) ([9464687](https://github.com/ornikar/shared-configs/commit/9464687f55aed4a2e683f5d3b992300d000a2b30))
12
+
13
+
14
+
15
+
16
+
17
+ # [4.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.3.0...@ornikar/commitlint-config@4.0.0) (2021-12-07)
18
+
19
+
20
+ ### Features
21
+
22
+ * drop node 12 [no issue] ([#584](https://github.com/ornikar/shared-configs/issues/584)) ([e9c00ab](https://github.com/ornikar/shared-configs/commit/e9c00abb5ed3a9c60993b6c652566dd7e71a97e1))
23
+
24
+
25
+ ### BREAKING CHANGES
26
+
27
+ * requires node 14.17 or higher
28
+
29
+
30
+
31
+
32
+
33
+ # [3.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.2.1...@ornikar/commitlint-config@3.3.0) (2021-10-29)
34
+
35
+
36
+ ### Features
37
+
38
+ * update commitlint monorepo (major) ([#523](https://github.com/ornikar/shared-configs/issues/523)) ([f36a143](https://github.com/ornikar/shared-configs/commit/f36a143bd6a688ee13945d8520d265c29cc702ab))
39
+
40
+
41
+
42
+
43
+
6
44
  ## [3.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/commitlint-config@3.2.0...@ornikar/commitlint-config@3.2.1) (2021-05-04)
7
45
 
8
46
  **Note:** Version bump only for package @ornikar/commitlint-config
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@ornikar/commitlint-config",
3
- "version": "3.2.1",
3
+ "version": "4.0.1",
4
4
  "description": "commitlint config",
5
5
  "repository": "ornikar/shared-configs",
6
6
  "main": "index.js",
7
7
  "license": "ISC",
8
8
  "engines": {
9
- "node": ">=12.13.0"
9
+ "node": ">=14.17.5"
10
10
  },
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
14
  "dependencies": {
15
- "@commitlint/config-conventional": "^11.0.0"
15
+ "@commitlint/config-conventional": "^15.0.0"
16
16
  },
17
- "gitHead": "4a3d4800788e8fe4b728bd582d39f4b17838a923"
17
+ "gitHead": "a9187ab9c8c6b13aa175d87ba3083a0049cdd291"
18
18
  }