Skip to content

Commit

Permalink
chore(compat): re-export ConventionalCommitError
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wondersmith authored and oknozor committed Aug 1, 2023
1 parent 92736aa commit 2fe4d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conventional/commit.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::cmp::Ordering;
use std::fmt::{self, Formatter};

use crate::conventional::error::ConventionalCommitError;
pub use crate::conventional::error::ConventionalCommitError;
use crate::SETTINGS;
use chrono::{NaiveDateTime, Utc};
use colored::*;
Expand Down

0 comments on commit 2fe4d2c

Please sign in to comment.