chore(release): 10.5.0

This commit is contained in:
Zoltan Kochan
2025-02-25 12:26:31 +01:00
parent b352d2a342
commit 0e9fff7bef
277 changed files with 1636 additions and 246 deletions

View File

@@ -1,5 +1,11 @@
# @pnpm/parse-cli-args
## 1000.0.3
### Patch Changes
- 48b4871: Allow scope registry CLI option without `--config.` prefix such as `--@scope:registry=https://scope.example.com/npm` [#9089](https://github.com/pnpm/pnpm/pull/9089).
## 1000.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/parse-cli-args",
"version": "1000.0.2",
"version": "1000.0.3",
"description": "Parses the CLI args passed to pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",