-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
30 additions
and
147 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 |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# Changelog | ||
|
||
## v0.3.2 | ||
|
||
[compare changes](https://gitlab.com/noClaps/highlight/compare/v0.3.1...v0.3.2) | ||
|
||
### 🩹 Fixes | ||
|
||
- Escape HTML if no language is used ([605109e](https://gitlab.com/noClaps/highlight/commit/605109e)) | ||
|
||
### 📖 Documentation | ||
|
||
- Remove incorrect outputs note ([bacbf2c](https://gitlab.com/noClaps/highlight/commit/bacbf2c)) | ||
|
||
### 🏡 Chore | ||
|
||
- Remove Bun lockfile from bundle ([1f2f2d9](https://gitlab.com/noClaps/highlight/commit/1f2f2d9)) | ||
- Add bump version script ([7a93742](https://gitlab.com/noClaps/highlight/commit/7a93742)) | ||
|
||
### ❤️ Contributors | ||
|
||
- NoClaps <[email protected]> | ||
|
||
## v0.3.1 | ||
|
||
[compare changes](https://gitlab.com/noClaps/highlight/compare/v0.3.0...v0.3.1) | ||
|
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
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 |
---|---|---|
@@ -1,16 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-darwin-arm64", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.darwin-arm64.node", | ||
"files": [ | ||
"highlight.darwin-arm64.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-darwin-arm64","version":"0.3.2","type":"module","exports":"./highlight.darwin-arm64.node","files":["highlight.darwin-arm64.node","package.json"],"os":["darwin"],"cpu":["arm64"]} |
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 |
---|---|---|
@@ -1,16 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-darwin-x64", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.darwin-x64.node", | ||
"files": [ | ||
"highlight.darwin-x64.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-darwin-x64","version":"0.3.2","type":"module","exports":"./highlight.darwin-x64.node","files":["highlight.darwin-x64.node","package.json"],"os":["darwin"],"cpu":["x64"]} |
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 |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-linux-arm64-gnu", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.linux-arm64-gnu.node", | ||
"files": [ | ||
"highlight.linux-arm64-gnu.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"glibc" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-linux-arm64-gnu","version":"0.3.2","type":"module","exports":"./highlight.linux-arm64-gnu.node","files":["highlight.linux-arm64-gnu.node","package.json"],"os":["linux"],"libc":["glibc"],"cpu":["arm64"]} |
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 |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-linux-arm64-musl", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.linux-arm64-musl.node", | ||
"files": [ | ||
"highlight.linux-arm64-musl.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"musl" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-linux-arm64-musl","version":"0.3.2","type":"module","exports":"./highlight.linux-arm64-musl.node","files":["highlight.linux-arm64-musl.node","package.json"],"os":["linux"],"libc":["musl"],"cpu":["arm64"]} |
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 |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-linux-x64-gnu", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.linux-x64-gnu.node", | ||
"files": [ | ||
"highlight.linux-x64-gnu.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"glibc" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-linux-x64-gnu","version":"0.3.2","type":"module","exports":"./highlight.linux-x64-gnu.node","files":["highlight.linux-x64-gnu.node","package.json"],"os":["linux"],"libc":["glibc"],"cpu":["x64"]} |
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 |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-linux-x64-musl", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.linux-x64-musl.node", | ||
"files": [ | ||
"highlight.linux-x64-musl.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"musl" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-linux-x64-musl","version":"0.3.2","type":"module","exports":"./highlight.linux-x64-musl.node","files":["highlight.linux-x64-musl.node","package.json"],"os":["linux"],"libc":["musl"],"cpu":["x64"]} |
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 |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-win32-arm64-msvc", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.win32-arm64-msvc.node", | ||
"files": [ | ||
"highlight.win32-arm64-msvc.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"win32" | ||
], | ||
"libc": [ | ||
"msvc" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-win32-arm64-msvc","version":"0.3.2","type":"module","exports":"./highlight.win32-arm64-msvc.node","files":["highlight.win32-arm64-msvc.node","package.json"],"os":["win32"],"libc":["msvc"],"cpu":["arm64"]} |
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 |
---|---|---|
@@ -1,19 +1 @@ | ||
{ | ||
"name": "@noclaps/highlight-win32-x64-msvc", | ||
"version": "0.3.1", | ||
"type": "module", | ||
"exports": "./highlight.win32-x64-msvc.node", | ||
"files": [ | ||
"highlight.win32-x64-msvc.node", | ||
"package.json" | ||
], | ||
"os": [ | ||
"win32" | ||
], | ||
"libc": [ | ||
"msvc" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} | ||
{"name":"@noclaps/highlight-win32-x64-msvc","version":"0.3.2","type":"module","exports":"./highlight.win32-x64-msvc.node","files":["highlight.win32-x64-msvc.node","package.json"],"os":["win32"],"libc":["msvc"],"cpu":["x64"]} |