@lanzorg/commitlint-config-template 0.0.23 → 0.0.24

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/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- ## TEMPLATE
1
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%">
2
+
3
+ ## <code>TEMPLATE</code>
2
4
 
3
5
  ![](https://placehold.co/1280x640)
4
6
 
@@ -50,4 +52,6 @@ await client
50
52
  ..changeGammaAdjustment(GammaAdjustment.gamma22)
51
53
  ..toggleViewingAngle()
52
54
  ..detach();
53
- ```
55
+ ```
56
+
57
+ <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" align="center" height="2" width="100%">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [