Skip to content

Commit ade6301

Browse files
chore(release): 4.0.0 [skip ci]
# [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)`)
1 parent d19ee2e commit ade6301

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# [4.0.0](https://github.com/scriptcoded/sql-highlight/compare/v3.3.5...v4.0.0) (2021-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* update main file ([d19ee2e](https://github.com/scriptcoded/sql-highlight/commit/d19ee2efa671740dad8bf0369c8ead84ed82373f))
7+
8+
9+
### Code Refactoring
10+
11+
* move sources to lib ([c4499a3](https://github.com/scriptcoded/sql-highlight/commit/c4499a34f12ea3383a172a15ae9beefcc1c73edb))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* moved sources
17+
18+
Sources have been moved to the `lib` folder. If you're referencing files
19+
directly (`require(sql-highlight/index.js)`) you should instead
20+
reference the new lib directory (`require(sql-highlight/lib/index.js)`)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-highlight",
3-
"version": "0.0.0-development",
3+
"version": "4.0.0",
44
"description": "A simple and lightweight syntax highlighting library for SQL",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)