Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Jun 25, 2023
1 parent 21f1a4b commit 50c1c51
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 34 deletions.
6 changes: 4 additions & 2 deletions changelog.md
@@ -1,11 +1,13 @@
# Changelog

## Next
## 2.5.5
*2023-06-25*
- Fixed a crash occurring when parsing heuristics with negative inline PCRE flags.
- Changed cached data files to be compressed when packaged.

## 2.5.4
*2023-01-11*
- Fixed gitattributes wildcards not being applied into subfolders.
- Fixed gitattributes wildcards not being applied into subfolders ([#17](https://github.com/Nixinova/LinguistJS/issues/17)).

# 2.5.3
*2022-09-03*
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "linguist-js",
"version": "2.5.4",
"version": "2.5.5",
"description": "Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -40,18 +40,18 @@
"homepage": "https://github.com/Nixinova/Linguist#readme",
"dependencies": {
"binary-extensions": "^2.2.0",
"commander": "^9.5.0",
"commander": "^9.5.0 <10",
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.5",
"cross-fetch": "^3.1.6",
"ignore": "^5.2.4",
"isbinaryfile": "^4.0.8 <5",
"js-yaml": "^4.1.0",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "ts4.9",
"@types/node": "ts5.1",
"deep-object-diff": "^1.1.9",
"typescript": "~4.9.4"
"typescript": "~5.1.3"
}
}

0 comments on commit 50c1c51

Please sign in to comment.