diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c61375..07a6aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Head +## 36.0.1 - Fixed: missing `funding` field in `package.json`. diff --git a/package.json b/package.json index a238ae7..f3ecafe 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lint:js": "eslint . --ignore-path .gitignore", "lint:md": "remark . --quiet --frail --ignore-path .gitignore", "lint": "npm-run-all --parallel lint:*", - "release": "np", + "release": "np --no-release-draft", "pretest": "npm run lint", "test": "node --test", "watch": "npm test --ignore-scripts -- --watch"