Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@ersankarimi ersankarimi released this 25 Dec 09:31

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.

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

  1. Ensure you are using Node.js 20.18.1 by running:
    nvm install 20.18.1
    nvm use 20.18.1
  2. 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


New Contributors


Full Changelog: v1.1.1...v1.2.0