## Change Log

### v1.6.6 (2023-03-26)
- [#174](https://github.com/simov/slugify/pull/174) correctly handle empty strings in charmaps (@iliazeus)
- [#169](https://github.com/simov/slugify/pull/169) Add changelog (@simov)
- [#168](https://github.com/simov/slugify/pull/168) chore: document limitations of the `remove` option (#168) (@Trott)
- [#157](https://github.com/simov/slugify/pull/157) Run CI in Node.js 18 (@stscoundrel)
- [#151](https://github.com/simov/slugify/pull/151) Update README.md (#151) (@lorand-horvath)

### v1.6.5 (2022-01-03)
- [#146](https://github.com/simov/slugify/pull/146) chore: use GitHub Actions for testing (#146) (@Trott)

### v1.6.4 (2021-12-16)
- [#145](https://github.com/simov/slugify/pull/145) fix: consolidate replacement chars from extend() (#145) (@Trott)
- [#142](https://github.com/simov/slugify/pull/142) More Yoruba support (@9jaboy)

### v1.6.3 (2021-11-22)
- [#139](https://github.com/simov/slugify/pull/139) Added few more locales (@daniel1901)
- [#138](https://github.com/simov/slugify/pull/138) Add 'ß' (ss) to german locale (@maxkrickl)

### v1.6.2 (2021-11-07)
- [#136](https://github.com/simov/slugify/pull/136) Add Bulgarian locale. (@haltsir)

### v1.6.1 (2021-10-04)
- [#132](https://github.com/simov/slugify/pull/132) Add arabic and persian characters and numbers to charmap (@kiron)
- [#128](https://github.com/simov/slugify/pull/128) Added danish support to locales.json (@ItzLue)

### v1.6.0 (2021-07-15)
- [#125](https://github.com/simov/slugify/pull/125) Update README.md (@S