@theholocron/commitlint-config 1.10.1 → 1.16.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @theholocron/commitlint-config
2
2
 
3
+ ## 1.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4309ce8`](https://github.com/theholocron/configs/commit/4309ce860374743fa4a4ea781820f3875e647a46) Thanks [@iamnewton](https://github.com/iamnewton)! - Releasing more, as a test
8
+
3
9
  ## 1.10.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,6 @@
1
1
  /**
2
- * @type {import('@commitlint/types').UserConfig}
2
+ * @see https://commitlint.js.org/reference/configuration.html
3
+ * @type {import("@commitlint/types").UserConfig}
3
4
  */
4
5
  export default {
5
6
  extends: ["@commitlint/config-conventional"],
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/commitlint-config#readme",
4
4
  "description": "A CommitLint configuration for writing well-formatted and consistent Git commits.",
5
5
  "author": "Newton Koumantzelis",
6
- "version": "1.10.1",
6
+ "version": "1.16.0",
7
7
  "main": "commitlint.config.js",
8
8
  "type": "module",
9
9
  "repository": {
@@ -17,6 +17,9 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
+ "scripts": {
21
+ "test": "npx commitlint --from HEAD~1 --to HEAD --verbose"
22
+ },
20
23
  "dependencies": {
21
24
  "@commitlint/cli": "^19.5.0",
22
25
  "@commitlint/config-conventional": "^19.5.0"