Comparing version 8.2.1 to 8.2.2
@@ -0,1 +1,8 @@ | ||
## [8.2.2](https://github.com/Trott/slug/compare/v8.2.1...v8.2.2) (2022-10-02) | ||
### Bug Fixes | ||
* slugify θ as th ([#354](https://github.com/Trott/slug/issues/354)) ([19e8ca1](https://github.com/Trott/slug/commit/19e8ca111453988d15a09572b8fd3b5336822cd4)) | ||
## [8.2.1](https://github.com/Trott/slug/compare/v8.2.0...v8.2.1) (2022-10-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "slug", | ||
"description": "slugifies even utf-8 chars!", | ||
"version": "8.2.1", | ||
"version": "8.2.2", | ||
"homepage": "https://github.com/Trott/slug", | ||
@@ -6,0 +6,0 @@ "author": "dodo (https://github.com/dodo)", |
@@ -307,3 +307,3 @@ /* global btoa */ | ||
η: 'h', | ||
θ: '8', | ||
θ: 'th', | ||
ι: 'i', | ||
@@ -344,3 +344,3 @@ κ: 'k', | ||
Η: 'H', | ||
Θ: '8', | ||
Θ: 'Th', | ||
Ι: 'I', | ||
@@ -347,0 +347,0 @@ Κ: 'K', |
34508