Comparing version 5.2.0 to 5.3.0
@@ -0,1 +1,8 @@ | ||
# [5.3.0](https://github.com/Trott/slug/compare/v5.2.0...v5.3.0) (2022-03-04) | ||
### Features | ||
* add bugs entry to package.json ([ca72836](https://github.com/Trott/slug/commit/ca72836f3f2b25ac9476e3f1ebcb997db1ba0f26)) | ||
# [5.2.0](https://github.com/Trott/slug/compare/v5.1.1...v5.2.0) (2021-12-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "slug", | ||
"description": "slugifies even utf-8 chars!", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"homepage": "https://github.com/Trott/slug", | ||
@@ -11,2 +11,3 @@ "author": "dodo (https://github.com/dodo)", | ||
}, | ||
"bugs": "https://github.com/Trott/slug/issues", | ||
"main": "slug.js", | ||
@@ -28,17 +29,17 @@ "keywords": [ | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"chai": "^4.2.0", | ||
"karma": "^6.0.2", | ||
"karma": "^6.3.15", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.3", | ||
"karma-coverage": "^2.1.1", | ||
"karma-firefox-launcher": "^2.0.0", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-jasmine": "^4.0.0", | ||
"karma-jasmine": "^4.0.1", | ||
"karma-mocha": "^2.0.1", | ||
"mocha": "^9.0.0", | ||
"mocha": "^9.1.4", | ||
"nyc": "^15.0.1", | ||
"requirejs": "^2.3.6", | ||
"semantic-release": "^18.0.0", | ||
"semantic-release": "^19.0.1", | ||
"standard": "^16.0.0" | ||
@@ -45,0 +46,0 @@ }, |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
31629