Skip to content

Commit

Permalink
2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Jun 28, 2023
1 parent 6909c64 commit 5101118
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 17.x, 16.x, 14.x, 12.x]
node-version: [20.x, 18.x, 16.x, 14.x, 12.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Next
- Changed fetching of data files to fallback to using the packaged files if the fetch request fails.
## 2.5.6
*2023-06-28*
- Changed fetching of data files to fallback to using the packaged files if the fetch request fails ([#21](https://github.com/Nixinova/LinguistJS/issues/21)).
- Fixed packaged data files having formatting issues.

## 2.5.5
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linguist-js",
"version": "2.5.5",
"version": "2.5.6",
"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 @@ -44,14 +44,14 @@
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.6",
"ignore": "^5.2.4",
"isbinaryfile": "^4.0.8 <5",
"isbinaryfile": "^4.0.10 <5",
"js-yaml": "^4.1.0",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "ts5.1",
"@types/node": "ts5.0",
"deep-object-diff": "^1.1.9",
"typescript": "~5.1.3"
"typescript": "^5.1"
}
}

0 comments on commit 5101118

Please sign in to comment.