diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ff91ec..750ef11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## @0.18.9 (25 Nov, 2024) + +- fix(deps): update dependency cross-spawn to v7.0.5 [security] + ## @0.18.8 (2 Oct, 2024) - update dependencies diff --git a/package.json b/package.json index 192f34bf..c8157bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reg-cli", - "version": "0.18.8", + "version": "0.18.9", "description": "", "main": "./dist/index.js", "start": "node ./dist/cli.js",