kentcdodds / match-sorter

Simple, expected, and deterministic best-match sorting of an array in JavaScript
https://npm.im/match-sorter
MIT License
3.73k stars 129 forks source link

Upgrade remove-accents to 0.5.0 #146

Closed ghost closed 9 months ago

ghost commented 9 months ago

What: Upgraded remove-accents from 0.4.2 to 0.5.0

Why: The upgraded version of remove-accents handles more cases of diacritics. For example, with the phrase "tổ chức", version 0.4.2 would remove the diacritics to be tổ chuc, which is incorrect. Version 0.5.0 solves this problem correctly, to to chuc.

How: Just changed the version of remove-accents in package.json

Checklist:

ghost commented 9 months ago

Hi @kentcdodds, thanks for the quick review!

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 6.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: