diff --git a/CHANGELOG.md b/CHANGELOG.md index b67c10f..beaf858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.8.1 (August 17, 2024) +## 3.8.1 - 3.8.3 (August 17, 2024) - [607f16e](https://github.com/jeemok/better-npm-audit/commit/607f16edd1eebf2c022a8e6279d8061d9529ebd7) fix(build): ensure lib/index.js is executable after build diff --git a/package.json b/package.json index 579cf38..dea6165 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "prebuild": "npm run qc && npm run clean", "build": "tsc", "postbuild": "cp README.md lib && chmod +x ./lib/index.js", - "publish:live": "npm run build && npm publish lib --tag latest", - "publish:next": "npm run build && npm publish lib --tag next" + "publish:live": "npm run build && npm publish ./lib --tag latest", + "publish:next": "npm run build && npm publish ./lib --tag next" }, "dependencies": { "commander": "^8.0.0",