## 📝 Change Log

#### [1.1.2] - 2025-07-22
- Update README.md

#### [1.1.1] - 2025-07-22
- Remove comments and logger

#### [1.1.0] - 2025-07-22
- NEW: Gender-neutral name generators `fullNeutral()`, `firstNeutral()`, `lastNeutral()`
- NEW: Customizable name generation `fullName()`, `firstName()`, `lastName()`
- Improved and cleaned up name data

#### [1.0.4] - 2025-07-21
- Updated LICENSE

#### [1.0.3] - 2025-07-21
- Added CHANGELOG.md
- Refined name data, removed duplicates, incorrect names, and some uncommon names

#### [1.0.2] - 2025-07-18
- Updated README.md

#### [1.0.1] - 2025-07-18
- Fixed package.json

#### [1.0.0] - 2025-07-17
- Initial release with core features: `fullMale()`, `fullFemale()`, `firstMale()`, `firstFemale()`, `lastMale()`, `lastFemale()`