Comparing version 4.0.2 to 4.0.3
@@ -0,1 +1,8 @@ | ||
## [4.0.3](https://github.com/Trott/slug/compare/v4.0.2...v4.0.3) (2021-02-24) | ||
### Bug Fixes | ||
* add arabic letter إ i ([ce9ce2f](https://github.com/Trott/slug/commit/ce9ce2fe27ad7caefe557c55eeb9740de52d1e1e)) | ||
## [4.0.2](https://github.com/Trott/slug/compare/v4.0.1...v4.0.2) (2020-10-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "slug", | ||
"description": "slugifies even utf-8 chars!", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"homepage": "https://github.com/Trott/slug", | ||
@@ -31,3 +31,3 @@ "author": "dodo (https://github.com/dodo)", | ||
"chai": "^4.2.0", | ||
"karma": "^5.0.9", | ||
"karma": "^6.0.2", | ||
"karma-chai": "^0.1.0", | ||
@@ -34,0 +34,0 @@ "karma-chrome-launcher": "^3.1.0", |
@@ -538,2 +538,3 @@ /* global btoa */ | ||
أ: 'a', | ||
إ: 'i', | ||
ب: 'b', | ||
@@ -540,0 +541,0 @@ ت: 't', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28317
876