From 6bcd24adb89a3ddd292c6022fc48fa6a702a6f18 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 23 Oct 2023 18:25:50 +1100 Subject: [PATCH] Changelog wording tweak. --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3ef778f..3d43a68 100644 --- a/changelog.md +++ b/changelog.md @@ -67,7 +67,7 @@ - Check TypeScript types via a new package `types` script. - Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section. - Updated GitHub Actions CI config: - - The workflow no longer triggers on pull request, but still does on push. + - The workflow still triggers on push, but no longer on pull request. - The workflow can now be manually triggered. - Run tests with Node.js v18, v20, v21. - Updated `actions/checkout` to v4.