diff --git a/CHANGELOG.md b/CHANGELOG.md index efd6ddb..2f00232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/aklinker1/check/compare/v1.0.1...v1.0.2) + +### 🩹 Fixes + +- Debug commands and output ([5aa3525](https://github.com/aklinker1/check/commit/5aa3525)) + +### 🏡 Chore + +- Remove email from changelogs ([5e754d7](https://github.com/aklinker1/check/commit/5e754d7)) + ## v1.0.1 [compare changes](https://github.com/aklinker1/check/compare/v1.0.0...v1.0.1) diff --git a/package.json b/package.json index 8e7a74a..d5e88b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aklinker1/check", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "exports": { ".": { @@ -45,6 +45,8 @@ "declaration": true }, "changelog": { - "excludeAuthors": ["aaronklinker1@gmail.com"] + "excludeAuthors": [ + "aaronklinker1@gmail.com" + ] } } \ No newline at end of file