From 61c0f7ff8226dd213a3b19c4b727bb448c1f4c9a Mon Sep 17 00:00:00 2001 From: merencia Date: Tue, 23 Jun 2026 10:18:50 -0300 Subject: [PATCH] docs: add 1.0.0 to the changelog Backfill the 1.0.0 entry (published 2018-10-05, tag v1.0.0 at 522dcae) so the release history is complete and the existing v1.0.0...v2.0.0 compare link resolves. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf24ae..a45e12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,10 @@ ### Added * release the TypeScript rewrite as 2.0.0 ([3c90562](https://github.com/node-cron/cron-translate/commit/3c9056230de34ef512b6a8cae9882ee922b0556a)) + +## 1.0.0 (2018-10-05) + + +### Added + +* initial release: translate English expressions into cron via the every/on/from operators ([522dcae](https://github.com/node-cron/cron-translate/commit/522dcaea10595dcb3407f31f0b8603f4d4098340))