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

0.22.2 prints wrong version number #542

Closed
ofhouse opened this issue May 19, 2020 · 2 comments
Closed

0.22.2 prints wrong version number #542

ofhouse opened this issue May 19, 2020 · 2 comments

Comments

@ofhouse
Copy link
Member

ofhouse commented May 19, 2020

Hi, the latest release (0.22.2) echos the wrong version number when I run the version CLI command:

npx @zeit/ncc@0.22.2 version
# 0.22.1
@huozhi
Copy link
Member

huozhi commented May 22, 2020

looks like it's cached. found in dist/ncc/cli.js.cache.js cc @styfle

407: function (t) {
    t.exports = {
      name: "@zeit/ncc",
      version: "0.22.1", // it's still 0.22.1
      repository: "zeit/ncc",
      license: "MIT",
      main: "./dist/ncc/index.js",
      bin: {
        ncc: "./dist/ncc/cli.js"
      },

@styfle
Copy link
Member

styfle commented May 22, 2020

Thanks! Fixed in https://github.com/zeit/ncc/releases/tag/0.22.3

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

No branches or pull requests

3 participants