diff --git a/CHANGELOG.md b/CHANGELOG.md index 750ef11d..5baae423 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.10 (8 Dec, 2024) + +- feat: Report UI v0.5.0 + ## @0.18.9 (25 Nov, 2024) - fix(deps): update dependency cross-spawn to v7.0.5 [security] diff --git a/package.json b/package.json index 5628568d..92ad403f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reg-cli", - "version": "0.18.9", + "version": "0.18.10", "description": "", "main": "./dist/index.js", "start": "node ./dist/cli.js",