We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8ac71 commit cfbd502Copy full SHA for cfbd502
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## @0.18.9 (25 Nov, 2024)
9
+
10
+- fix(deps): update dependency cross-spawn to v7.0.5 [security]
11
12
## @0.18.8 (2 Oct, 2024)
13
14
- update dependencies
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reg-cli",
3
- "version": "0.18.8",
+ "version": "0.18.9",
4
"description": "",
"main": "./dist/index.js",
"start": "node ./dist/cli.js",
0 commit comments