Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] ## [3.0.0](v2.7.0...v3.0.0) (2024-05-08) ### ⚠ BREAKING CHANGES * drop Node.js < 14 support <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new GitHub Actions workflow for Node.js releases. - **Enhancements** - Updated continuous integration workflow with improved job configurations. - Enhanced file system operations across multiple JavaScript files using Node.js built-in modules. - **Bug Fixes** - Fixed directory and file operations in test suites to use updated Node.js methods. - **Documentation** - Adjusted documentation comments and removed outdated directives. - **Refactor** - Removed the use of `'use strict';` in several JavaScript files to align with modern standards. - **Dependencies** - Updated various dependencies and Node version requirements to ensure compatibility and security. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * upgrade deps ([#31](#31)) ([af27674](af27674))
- Loading branch information