croner 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -298,14 +298,16 @@ npm install croner@dev
298
298
 
299
299
  A list of fixes and features currently released in the `dev` branch is available [here](https://github.com/Hexagon/croner/issues?q=is%3Aopen+is%3Aissue+label%3Areleased-in-dev)
300
300
 
301
- ### Contributing
301
+ ## Contributing & Support
302
302
 
303
- See [Contribution Guide](https://croner.56k.guru/contributing.html)
303
+ Croner is founded and actively maintained by Hexagon. If you find value in Croner and want to contribute:
304
304
 
305
- ... or ...
305
+ - Code Contributions: See our [Contribution Guide](https://croner.56k.guru/contributing.html) for details on how to contribute code.
306
306
 
307
- <a href='https://ko-fi.com/C1C7IEEYF' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
307
+ - Sponsorship and Donations: See [github.com/sponsors/hexagon](https://github.com/sponsors/hexagon)
308
+
309
+ Your trust, support, and contributions drive the project. Every bit, irrespective of its size, is deeply appreciated.
308
310
 
309
311
  ## License
310
312
 
311
- MIT License
313
+ MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "croner",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",
5
5
  "author": "Hexagon <github.com/hexagon>",
6
6
  "homepage": "https://hexagon.github.io/croner",