nextjs-lambda icon indicating copy to clipboard operation
nextjs-lambda copied to clipboard

wrong version from `--version`

Open gpmcadam opened this issue 1 year ago • 1 comments

The bundle for the latest version still has the previous version in it.

$ npx --package @sladg/nextjs-lambda cli --version                                                         1640ms
Need to install the following packages:
  @sladg/[email protected]
Ok to proceed? (y) y
7.0.3

See:

20657   │ // package.json
20658   │ var package_default = {
20659   │   name: "@sladg/nextjs-lambda",
20660   │   version: "7.0.3",

gpmcadam avatar May 19 '23 10:05 gpmcadam

This is connected with master being released instead of release branch. Let me fix that pipeline.

sladg avatar May 20 '23 08:05 sladg