diff --git a/DESCRIPTION b/DESCRIPTION index 3b9ed97..1b34bad 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: embed Title: Extra Recipes for Encoding Predictors -Version: 1.2.1.9000 +Version: 1.2.2.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), diff --git a/NEWS.md b/NEWS.md index e2eb050..cd5a018 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # embed (development version) +# embed 1.2.2 + +* Fixed bug on step_umap() where the number of calculated components would be zero. (#271) + # embed 1.2.1 ## Improvements