Release Notes: v1.2.0
π§ Updates & Improvements
1. Node.js Version Update
- Updated
.nvmrc
to use Node.js 20.18.1:- Ensures compatibility with modern project requirements.
- Provides better performance and support for the latest features.
2. Dependency Upgrades
- Resolved potential security vulnerabilities by upgrading dependencies:
- Aligned dependencies in
package.json
with the latest stable versions. - Ensures compatibility with Node.js 20.18.1.
- Aligned dependencies in
3. Nuxt Icon Configuration
- Enhanced project with Nuxt Icon support:
- Added custom icon collection configuration for improved flexibility.
- Enables seamless integration of unique, reusable icons.
4. Version Bump
- Incremented project version to 1.2.0:
- Reflects new updates, ensuring proper tracking of project progress.
π― Purpose
This release ensures the project remains stable, secure, and optimized for upcoming development.
π§ Installation & Upgrade Notes
- Ensure you are using Node.js 20.18.1 by running:
nvm install 20.18.1 nvm use 20.18.1
- Update project dependencies:
pnpm install
β οΈ Known Issues
- No known issues at this time. Please report any problems on the project's GitHub repository.
π Contributors
- [Your Name]
- [Other Contributors]
Thank you for supporting the project! π
What's Changed
- chore(release): Update project dependencies and version to 1.2.0 by [@ersankarimi](https://github.com/ersankarimi) in [#1](#1).
New Contributors
- [@ersankarimi](https://github.com/ersankarimi) made their first contribution in [#1](#1).
Full Changelog: v1.1.1...v1.2.0