-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.3.5...v4.0.0) (2021-07-16) ### Bug Fixes * update main file ([d19ee2e](d19ee2e)) ### Code Refactoring * move sources to lib ([c4499a3](c4499a3)) ### 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)`)
- Loading branch information
1 parent
d19ee2e
commit ade6301
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# [4.0.0](https://github.com/scriptcoded/sql-highlight/compare/v3.3.5...v4.0.0) (2021-07-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update main file ([d19ee2e](https://github.com/scriptcoded/sql-highlight/commit/d19ee2efa671740dad8bf0369c8ead84ed82373f)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* move sources to lib ([c4499a3](https://github.com/scriptcoded/sql-highlight/commit/c4499a34f12ea3383a172a15ae9beefcc1c73edb)) | ||
|
||
|
||
### 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)`) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters