diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1e900..8e917e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. - Commit convention is based on [Conventional Commits](http://conventionalcommits.org). - Change log format is based on [Keep a Changelog](http://keepachangelog.com). +## [7.0.2](https://github.com/ungoldman/gh-release/compare/v7.0.1...v7.0.2) - 2022-01-20 + +Maintenance update. Removes dependency `rimraf` in favor of builtin `fs` functionality. + +### Fixes +- fix: rm rimraf, use fs.rm + ## [7.0.1](https://github.com/ungoldman/gh-release/compare/v7.0.0...v7.0.1) - 2022-12-23 ### Fixes