From 288b295496a286aa073ca997e9a9d60431d3fef9 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 28 Aug 2024 02:27:35 +0000 Subject: [PATCH] chore: postinstall for dependabot template-oss PR --- .commitlintrc.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.commitlintrc.js b/.commitlintrc.js index e9c80b92..b706e527 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -7,5 +7,6 @@ module.exports = { 'header-max-length': [2, 'always', 80], 'subject-case': [0], 'body-max-line-length': [0], + 'footer-max-line-length': [0], }, } diff --git a/package.json b/package.json index 63d8b5cf..65bb892f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.23.1", + "version": "4.23.3", "windowsCI": false, "publish": "true" }