From e7d68682bc311903f383bd74120e5d401b02f5e1 Mon Sep 17 00:00:00 2001 From: Nate Goldman <427322+ungoldman@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:38:17 -0800 Subject: [PATCH] docs(changelog): 7.0.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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