Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing release 9.4.0 on npm #892

Closed
peaceiris opened this issue Mar 8, 2022 · 0 comments
Closed

Missing release 9.4.0 on npm #892

peaceiris opened this issue Mar 8, 2022 · 0 comments
Labels

Comments

@peaceiris
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants