Skip to content

Commit e196448

Browse files
committed
2.9.2
1 parent 8d87ded commit e196448

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Next
4-
- Fixed files with long first lines causing lag ([#41](https://github.com/Nixinova/LinguistJS/issues/41)).
3+
## 2.9.2
4+
*2025-04-26*
5+
- Fixed files with long first lines causing the script to hang ([#41](https://github.com/Nixinova/LinguistJS/issues/41)).
56

67
## 2.9.1
78
*2025-04-04*

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linguist-js",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.",
55
"main": "dist/index.js",
66
"bin": {
@@ -43,7 +43,7 @@
4343
"commander": "^9.5.0 <10",
4444
"common-path-prefix": "^3.0.0",
4545
"cross-fetch": "^3.2.0 <4",
46-
"ignore": "^7.0.3",
46+
"ignore": "^7.0.4",
4747
"isbinaryfile": "^4.0.10 <5",
4848
"js-yaml": "^4.1.0",
4949
"node-cache": "^5.1.2"

0 commit comments

Comments
 (0)