@pubinfo/commitlint 2.1.1 → 2.1.2

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/dist/run.js +1 -1
  2. package/package.json +1 -1
package/dist/run.js CHANGED
@@ -5,7 +5,7 @@ import { defineCommand, runMain as runMain$1 } from "citty";
5
5
 
6
6
  //#region package.json
7
7
  var name = "@pubinfo/commitlint";
8
- var version = "2.1.1";
8
+ var version = "2.1.2";
9
9
  var description = "commitlint config for Pubinfo projects";
10
10
 
11
11
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo/commitlint",
3
3
  "type": "module",
4
- "version": "2.1.1",
4
+ "version": "2.1.2",
5
5
  "description": "commitlint config for Pubinfo projects",
6
6
  "exports": {
7
7
  ".": "./dist/index.js"