We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792ab67 commit 1e97408Copy full SHA for 1e97408
1 file changed
out/cli.cjs
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
16272
// package.json
16273
var package_default = {
16274
name: "opencommit",
16275
- version: "2.2.8",
+ version: "2.2.9",
16276
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
16277
keywords: [
16278
"git",
@@ -22157,7 +22157,7 @@ var checkIsLatestVersion = async () => {
22157
if (latestVersion) {
22158
const currentVersion = package_default.version;
22159
if (currentVersion !== latestVersion) {
22160
- console.warn(
+ ce(
22161
source_default.yellow(
22162
`
22163
You are not using the latest stable version of OpenCommit with new features and bug fixes.
0 commit comments