diff --git a/README.md b/README.md index e2649b3..5870516 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -# ๐ŸŒ Freenom API - Promise and auto renew expiring domains v2024.4.117 +# ๐ŸŒ Freenom API - Promise and auto renew expiring domains v2024.4.122 @@ -20,7 +20,7 @@ ### Built on NodeJs version ```txt -v20.12.0 +v22.1.0 ``` @@ -106,18 +106,28 @@ await freenom.domain.expiringRenew({ --- -๐Ÿ™ This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much! -Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up. +## Support Our Open-Source Project โค๏ธ +If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to usโ€”thank you! -All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable. +### Server Availability +Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding. -**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme. +### About My Domains +All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional. +### Versioning Policy +**Version Structure:** We follow a Major.Minor.Patch versioning scheme: +- **Major:** Corresponds to the current year. +- **Minor:** Set as 4 for releases from January to June, and 10 for July to December. +- **Patch:** Incremental, updated with each build. + +**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed. --- -[**P3X-FREENOM**](https://corifeus.com/freenom) Build v2024.4.117 + +[**P3X-FREENOM**](https://corifeus.com/freenom) Build v2024.4.122 [![NPM](https://img.shields.io/npm/v/p3x-freenom.svg)](https://www.npmjs.com/package/p3x-freenom) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 657e895..65eef8f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "p3x-freenom", - "version": "2024.4.117", + "version": "2024.4.122", "corifeus": { "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Mafia", - "nodejs": "v20.12.0", + "nodejs": "v22.1.0", "opencollective": false, "reponame": "freenom", "build": true @@ -35,10 +35,10 @@ }, "homepage": "https://corifeus.com/freenom", "devDependencies": { - "corifeus-builder": "^2024.4.131" + "corifeus-builder": "^2024.4.140" }, "dependencies": { - "corifeus-utils": "^2024.4.118" + "corifeus-utils": "^2024.4.123" }, "engines": { "node": ">=12.13.0"