Comparing version 8.2.0 to 8.2.1
@@ -0,1 +1,8 @@ | ||
## [8.2.1](https://github.com/Trott/slug/compare/v8.2.0...v8.2.1) (2022-10-02) | ||
### Bug Fixes | ||
* use correct path for CLI ([#352](https://github.com/Trott/slug/issues/352)) ([f163bd2](https://github.com/Trott/slug/commit/f163bd2be141390358b52fa80261d66dfe5ed71d)) | ||
# [8.2.0](https://github.com/Trott/slug/compare/v8.1.0...v8.2.0) (2022-10-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "slug", | ||
"description": "slugifies even utf-8 chars!", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"homepage": "https://github.com/Trott/slug", | ||
@@ -14,3 +14,3 @@ "author": "dodo (https://github.com/dodo)", | ||
"bin": { | ||
"slug": "bin/slug" | ||
"slug": "cli.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
34248