Skip to content

Commit

Permalink
Prepare 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 21, 2024
1 parent 0f66197 commit 652a851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Head
## 14.0.1

- Fixed: missing `funding` field in `package.json`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 652a851

Please sign in to comment.