@theholocron/commitlint-config 1.10.0 → 1.10.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @theholocron/commitlint-config
2
2
 
3
+ ## 1.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`007712b`](https://github.com/theholocron/configs/commit/007712bdbc200ca9b7bc1c92f4aca5a3600bfcf0) Thanks [@iamnewton](https://github.com/iamnewton)! - another test release
8
+
3
9
  ## 1.10.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CommitLint Config
2
2
 
3
- A [CommitLint configuration](https://commitlint.js.org/#/reference-configuration) for writing well-formatted and consistent Git commits.
3
+ A [CommitLint configuration](https://commitlint.js.org/reference/configuration.html#shareable-configuration) for writing well-formatted and consistent Git commits.
4
4
 
5
5
  ## Installation
6
6
 
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.0",
6
+ "version": "1.10.1",
7
7
  "main": "commitlint.config.js",
8
8
  "type": "module",
9
9
  "repository": {