Skip to content

Commit 6e60d6e

Browse files
chore(master): release 6.0.2 (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 677f3ba commit 6e60d6e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.1"
2+
".": "6.0.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
44

5+
## [6.0.2](https://github.com/xrutayisire/react-js-cron/compare/v6.0.1...v6.0.2) (2026-04-03)
6+
7+
8+
### Bug Fixes
9+
10+
* **ci:** remove broken npm self-upgrade from publish job ([#93](https://github.com/xrutayisire/react-js-cron/issues/93)) ([9405227](https://github.com/xrutayisire/react-js-cron/commit/94052271df4098583927632e10e0efd168e0935a))
11+
* don't error on clear button with default allowEmpty setting ([#95](https://github.com/xrutayisire/react-js-cron/issues/95)) ([677f3ba](https://github.com/xrutayisire/react-js-cron/commit/677f3ba3a6664e9a5c7343434a8b4fc70b4ea623))
12+
513
## [6.0.1](https://github.com/xrutayisire/react-js-cron/compare/v6.0.0...v6.0.1) (2026-04-03)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-js-cron",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A React cron editor with antd inspired by jqCron",
55
"author": "Xavier Rutayisire <xavier.rutayisire@gmail.com> (https://github.com/xrutayisire/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)