@commitlint/ensure 12.1.2 → 13.1.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 +30 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ # [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7
+
8
+ **Note:** Version bump only for package @commitlint/ensure
9
+
10
+
11
+
12
+
13
+
14
+ # [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
15
+
16
+
17
+ * chore!: remove node 10 support (#2596) ([4db4ba1](https://github.com/conventional-changelog/commitlint/commit/4db4ba1b0b312410a0f62100a93a80c246a6c410)), closes [#2596](https://github.com/conventional-changelog/commitlint/issues/2596)
18
+
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ * minimum node version is 12
23
+
24
+
25
+
26
+
27
+
28
+ ## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)
29
+
30
+ **Note:** Version bump only for package @commitlint/ensure
31
+
32
+
33
+
34
+
35
+
6
36
  ## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7
37
 
8
38
  **Note:** Version bump only for package @commitlint/ensure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commitlint/ensure",
3
- "version": "12.1.2",
3
+ "version": "13.1.0",
4
4
  "description": "Lint your commit messages",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "pkg": "pkg-check"
13
13
  },
14
14
  "engines": {
15
- "node": ">=v10"
15
+ "node": ">=v12"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "@commitlint/utils": "^12.1.1",
37
+ "@commitlint/utils": "^13.0.0",
38
38
  "@types/lodash": "^4.14.161",
39
39
  "globby": "^11.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@commitlint/types": "^12.1.2",
42
+ "@commitlint/types": "^13.1.0",
43
43
  "lodash": "^4.17.19"
44
44
  },
45
- "gitHead": "9c6c793f63bb9c812a27721f9f13dc68e6c482f8"
45
+ "gitHead": "dfbb8c5e9481a5075458acad2e4666fd6b98f9a7"
46
46
  }