nextjs-lambda
nextjs-lambda copied to clipboard
wrong version from `--version`
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",
This is connected with master being released instead of release branch. Let me fix that pipeline.