Skip to content

Commit 72acf90

Browse files
chore: activate GitHub Sponsors funding, update FUNDING.md and package.json
1 parent e7c2ada commit 72acf90

File tree

3 files changed

+96
-2
lines changed

3 files changed

+96
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.3] - 2024-01-15
9+
10+
### Added
11+
12+
- **GitHub Sponsors Integration**: Now fully active and working at https://github.com/sponsors/arjun-computer-geek
13+
- **FUNDING.md**: Updated funding page with active sponsorship link
14+
- **Sponsorship Benefits**: Clear explanation of how sponsorships help the project
15+
16+
### Changed
17+
18+
- Updated package.json with working GitHub Sponsors funding link
19+
- Enhanced FUNDING.md with active sponsorship information
20+
- Improved funding configuration for better user experience
21+
22+
### Fixed
23+
24+
- **Funding Link**: Now properly redirects to active GitHub Sponsors page
25+
- **Sponsorship Flow**: Users can now sponsor the project directly through GitHub
26+
827
## [0.3.2] - 2024-01-15
928

1029
### Fixed

FUNDING.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Funding
2+
3+
Thank you for considering supporting mongo-pipeline-kit! 🎉
4+
5+
## Why Support This Project?
6+
7+
mongo-pipeline-kit is a free, open-source library that helps developers build MongoDB aggregation pipelines more efficiently. Your support helps us:
8+
9+
- 🚀 **Maintain and improve** the library
10+
- 🐛 **Fix bugs** faster
11+
-**Add new features** based on community needs
12+
- 📚 **Create better documentation** and examples
13+
- 🎯 **Support the community** with questions and issues
14+
15+
## How to Support
16+
17+
### 💰 GitHub Sponsors
18+
19+
**🎉 Now Active!** Support this project directly through GitHub Sponsors:
20+
[Sponsor @arjun-computer-geek](https://github.com/sponsors/arjun-computer-geek)
21+
22+
### 🌟 GitHub Profile
23+
24+
Visit my [GitHub profile](https://github.com/arjun-computer-geek) to see my other projects and contributions.
25+
26+
### 📧 Direct Contact
27+
28+
- **Email**: arjun2000raj@gmail.com
29+
- **GitHub**: [@arjun-computer-geek](https://github.com/arjun-computer-geek)
30+
31+
### 🎯 Other Ways to Support
32+
33+
1. **⭐ Star the Repository**: Show your appreciation by starring the repo
34+
2. **🐛 Report Issues**: Help improve the library by reporting bugs
35+
3. **💡 Suggest Features**: Share ideas for new functionality
36+
4. **📖 Improve Documentation**: Submit PRs to improve docs
37+
5. **🔄 Share**: Tell others about mongo-pipeline-kit
38+
39+
## Sponsorship Benefits
40+
41+
By sponsoring this project, you help ensure:
42+
43+
- **Continued Development**: Regular updates and improvements
44+
- **Bug Fixes**: Faster resolution of issues
45+
- **New Features**: Priority consideration for feature requests
46+
- **Community Support**: Better documentation and examples
47+
- **Open Source Sustainability**: Supporting the open source ecosystem
48+
49+
## Thank You! 🙏
50+
51+
Every contribution, whether financial or through code/documentation, helps make mongo-pipeline-kit better for everyone. Thank you for being part of our community!
52+
53+
---
54+
55+
**Ready to sponsor?** [Click here to become a sponsor](https://github.com/sponsors/arjun-computer-geek) 🚀
56+
57+
## Current Status
58+
59+
- **GitHub Sponsors**: Setup in progress
60+
- **Alternative Funding**: Exploring other platforms
61+
- **Community Support**: Always welcome!
62+
63+
## Support Tiers (Future)
64+
65+
Once GitHub Sponsors is enabled, we plan to offer:
66+
67+
- **🥉 Bronze ($5/month)**: Name in contributors list
68+
- **🥈 Silver ($10/month)**: Priority issue support
69+
- **🥇 Gold ($25/month)**: Feature request priority
70+
- **💎 Platinum ($50/month)**: Custom feature development
71+
72+
---
73+
74+
**Note**: This funding page will be updated as new options become available.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-pipeline-kit",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A feature-rich MongoDB pipeline builder kit for creating, reusing, and managing aggregation pipelines with enhanced JSON support and advanced utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -73,6 +73,7 @@
7373
"CONTRIBUTING.md",
7474
"CHANGELOG.md",
7575
"EXAMPLES.md",
76-
"ISSUES.md"
76+
"ISSUES.md",
77+
"FUNDING.md"
7778
]
7879
}

0 commit comments

Comments
 (0)