diff --git a/DESCRIPTION b/DESCRIPTION index 6d512a3..b5f5658 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: xaringan Type: Package Title: Presentation Ninja -Version: 0.20 +Version: 0.20.1 Authors@R: c( person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")), # contributors ordered alphabetically below diff --git a/NEWS.md b/NEWS.md index 397f83b..4b09ef8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# CHANGES IN xaringan VERSION 0.21 + + # CHANGES IN xaringan VERSION 0.20 - Fixed the bug that HTML widgets stopped working with new versions of **htmltools** and **rmarkdown** (thanks, @vcannataro @gadenbuie, #293).