Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 12:37

4.0.0 (2021-07-16)

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • moved sources

Sources have been moved to the lib folder. If you're referencing files
directly (require('sql-highlight/index.js')) you should instead
reference the new lib directory (require('sql-highlight/lib/index.js'))