It looks like v1.1.8 (#2) introduced a bug: Example: ```js > parsePrice('1.234.123 €') 1.234 // 💸 ``` v1.1.6 got this right (`1234123`).