diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c1e5a66..c6d08c29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ["--maxkb=200"] diff --git a/DESCRIPTION b/DESCRIPTION index 03145959..7fb62728 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: r.pkg.template Title: R Package Template -Version: 0.1.0.9183 -Date: 2024-10-02 +Version: 0.1.0.9184 +Date: 2024-10-10 Authors@R: person("insightsengineering", , , "insightsengineering@example.com", role = c("aut", "cre")) Description: R package template with GitHub Actions workflows included. diff --git a/NEWS.md b/NEWS.md index 4fc61c2c..baf91eeb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# r.pkg.template 0.1.0.9183 +# r.pkg.template 0.1.0.9184 ### New features