Skip to content

2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:11

πŸ’₯ Breaking Changes

  • πŸ”„ Migrated from JSON to JavaScript module format for Prettier 3 compatibility
  • πŸ“ Changed main entry point from main.json to index.js
  • ⬆️ Now requires Prettier 3.0.0 or higher

✨ Added

  • πŸ“¦ JavaScript module export for better extensibility
  • πŸ“‹ Additional package.json metadata (files, engines, keywords)
  • πŸ“š Improved documentation for Prettier 3 usage
  • πŸ”§ Updated GitHub Actions workflow to latest versions with Node.js LTS

πŸ”„ Changed

  • πŸ—οΈ Configuration now uses CommonJS module.exports instead of JSON format
  • πŸ“ Updated README with Prettier 3 specific instructions