From f919dacde2667dc12775ee36445257af58ef3627 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:16:33 +0900 Subject: [PATCH] Prepare 36.0.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"