diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 651f1c3e4f..7c429caeb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,3 +64,5 @@ repos: \.github/.*\.yaml| data/.* )$ + - id: no-browser-statement + name: Check for browser() statement diff --git a/DESCRIPTION b/DESCRIPTION index eda70618ed..fe5f884bad 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal Title: Exploratory Web Apps for Analyzing Clinical Trials Data -Version: 0.14.0.9009 -Date: 2023-09-20 +Version: 0.14.0.9010 +Date: 2023-10-11 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index f9f41e020b..2df84af579 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal 0.14.0.9009 +# teal 0.14.0.9010 ### Miscellaneous