diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b5a16e..148286d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.2" + ".": "6.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c07bc1c..f53f34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ `react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/). +## [6.0.3](https://github.com/xrutayisire/react-js-cron/compare/v6.0.2...v6.0.3) (2026-04-03) + + +### Bug Fixes + +* **ci:** use Node 24 for npm OIDC trusted publishing ([#96](https://github.com/xrutayisire/react-js-cron/issues/96)) ([e063ea9](https://github.com/xrutayisire/react-js-cron/commit/e063ea901f5113a4abf06830034b64adda2dbb0d)) + ## [6.0.2](https://github.com/xrutayisire/react-js-cron/compare/v6.0.1...v6.0.2) (2026-04-03) diff --git a/package.json b/package.json index 1a2a122..7c6beec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-cron", - "version": "6.0.2", + "version": "6.0.3", "description": "A React cron editor with antd inspired by jqCron", "author": "Xavier Rutayisire (https://github.com/xrutayisire/)", "license": "MIT",