conventional-changelog/standard-version

Missing release 9.4.0 on npm

peaceiris opened this issue · 0 comments

Describe the bug

The latest release 9.4.0 does not seem to be published on npm.

npm i -D standard-version

We got version 9.3.2 of standard-version in package.json

{
  "devDependencies": {
    "standard-version": "^9.3.2"
  }
}

Current behavior

We got version 9.3.2 of standard-version with npm install standard-version

Expected behavior

We can get the latest version 9.4.0 of standard-version with npm install standard-version

Environment

  • standard-version version(s): v9.4.0
  • Node/npm version: Node.js 16.14.0/npm 8.3.1
  • OS: macOS, Linux, Windows

Possible Solution

Additional context

#864

スクリーンショット 2022-03-08 18 04 44