Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyanagimoto committed Apr 26, 2024
1 parent e2c1739 commit 8ace2f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: typstcv
Type: Package
Title: CV for Quarto & Typst
Version: 0.0.0.9002
Version: 0.0.0.9003
Authors@R:
person(given = "Kazuharu",
family = "Yanagimoto",
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ format_date <- function(data,
start = "start",
end = NULL,
sep = " - ",
date_format = "%B %Y",
date_format = "%b %Y",
colname_date = "date",
replace_na = "Present",
sort_by = "none",
Expand Down
4 changes: 2 additions & 2 deletions man/format_date.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ace2f1

Please sign in to comment.