ソースを参照

release: v2.2.16

richard1015 4 年 前
コミット
b46bad1324
2 ファイル変更2 行追加2 行削除
  1. 1 1
      commitlint.config.js
  2. 1 1
      package.json

+ 1 - 1
commitlint.config.js

@@ -10,6 +10,6 @@ module.exports = {
     'subject-full-stop': [2, 'never', '.'],
     'type-case': [2, 'always', 'lower-case'],
     'type-empty': [2, 'never'],
-    'type-enum': [2, 'always', ['upd', 'chore', 'docs', 'feat', 'fix', 'test', 'refactor', 'revert', 'style']]
+    'type-enum': [2, 'always', ['upd', 'chore', 'docs', 'feat', 'fix', 'test', 'refactor', 'revert', 'style', 'release']]
   }
 };

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/nutui",
-  "version": "2.2.15",
+  "version": "2.2.16",
   "description": "一套轻量级移动端Vue组件库",
   "typings": "dist/types/index.d.ts",
   "main": "dist/nutui.js",