Skip to content

Commit 5496c0f

Browse files
Fix URLs for release 1.6.1
1 parent 72d27a1 commit 5496c0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: styler
33
Title: Non-Invasive Pretty Printing of R Code
4-
Version: 1.6.0
4+
Version: 1.6.1
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# styler 1.6.0
1+
# styler 1.6.1
22

33
* Files with `.Rmarkdown` extension are now recognized as an R markdown files in
44
`style_file()` and friends (#824).
@@ -113,7 +113,7 @@ We’d like to thank everyone who has furthered the development of the latest
113113
release of styler through their contributions in issues and pull requests:
114114

115115
[@ardydavari](https://github.com/ardydavari),
116-
[@gadenbuie](https://github.com/gadenbuie), [@IndrajeetPatil](https://github.com/IndrajeetPatil), [@jasonhan-vassar](https://github.com/jasonhan-vassar), [@laresbernardo](https://github.com/laresbernardo), [@lorenzwalthert](https://github.com/lorenzwalthert), [@MichaelChirico](https://github.com/MichaelChirico),
116+
[@gadenbuie](https://github.com/gadenbuie), [@IndrajeetPatil](https://github.com/IndrajeetPatil), @jasonhan-vassar, [@laresbernardo](https://github.com/laresbernardo), [@lorenzwalthert](https://github.com/lorenzwalthert), [@MichaelChirico](https://github.com/MichaelChirico),
117117
[@Moohan](https://github.com/Moohan),
118118
[@njtierney](https://github.com/njtierney),
119119
[@pat-s](https://github.com/pat-s),
@@ -406,7 +406,7 @@ Thanks to all contributors involved, in particular
406406

407407
Thanks to all contributors involved, in particular
408408

409-
[@Banana1530](https://github.com/Banana1530), [@batpigandme](https://github.com/batpigandme), [@cpsievert](https://github.com/cpsievert), [@ellessenne](https://github.com/ellessenne), [@Emiller88](https://github.com/Emiller88), [@hadley](https://github.com/hadley), [@IndrajeetPatil](https://github.com/IndrajeetPatil), [@krlmlr](https://github.com/krlmlr), [@lorenzwalthert](https://github.com/lorenzwalthert), [@lwjohnst86](https://github.com/lwjohnst86), [@michaelquinn32](https://github.com/michaelquinn32), [@mine-cetinkaya-rundel](https://github.com/mine-cetinkaya-rundel), [@Moohan](https://github.com/Moohan), [@nxskok](https://github.com/nxskok), [@oliverbeagley](https://github.com/oliverbeagley), [@pat-s](https://github.com/pat-s), [@reddy-ia](https://github.com/reddy-ia), and [@russHyde](https://github.com/russHyde)
409+
[@Banana1530](https://github.com/Banana1530), [@batpigandme](https://github.com/batpigandme), [@cpsievert](https://github.com/cpsievert), [@ellessenne](https://github.com/ellessenne), [@Emiller88](https://github.com/Emiller88), [@hadley](https://github.com/hadley), [@IndrajeetPatil](https://github.com/IndrajeetPatil), [@krlmlr](https://github.com/krlmlr), [@lorenzwalthert](https://github.com/lorenzwalthert), [@lwjohnst86](https://github.com/lwjohnst86), [@michaelquinn32](https://github.com/michaelquinn32), [@mine-cetinkaya-rundel](https://github.com/mine-cetinkaya-rundel), [@Moohan](https://github.com/Moohan), [@nxskok](https://github.com/nxskok), [@oliverbeagley](https://github.com/oliverbeagley), [@pat-s](https://github.com/pat-s), @reddy-ia, and [@russHyde](https://github.com/russHyde)
410410

411411
# styler 1.1.1
412412

0 commit comments

Comments
 (0)