Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.2"
".": "6.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <xavier.rutayisire@gmail.com> (https://github.com/xrutayisire/)",
"license": "MIT",
Expand Down