Skip to content

Commit cfbd502

Browse files
authored
0.18.9 (#520)
* docs: update readme * chore: 0.18.9 published
1 parent 0d8ac71 commit cfbd502

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## @0.18.9 (25 Nov, 2024)
9+
10+
- fix(deps): update dependency cross-spawn to v7.0.5 [security]
11+
812
## @0.18.8 (2 Oct, 2024)
913

1014
- update dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reg-cli",
3-
"version": "0.18.8",
3+
"version": "0.18.9",
44
"description": "",
55
"main": "./dist/index.js",
66
"start": "node ./dist/cli.js",

0 commit comments

Comments
 (0)