Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Feb 18, 2022
1 parent 161a40a commit cf2d2b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Next
## 2.3.2
*2021-02-18*
- Changed vendored checking to include paths marked as documentation.
- Fixed array input not being parsed properly when used with `fileContent`.
- Fixed vendor patterns being erroneously applied to parent folders.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linguist-js",
"version": "2.3.1",
"version": "2.3.2",
"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
2 changes: 1 addition & 1 deletion test/perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function perfTest() {
const unit = 'ms';
const total = time;
const average = total / amount;
const EXPECTED_MAX = 75; // 2.0.0
const EXPECTED_MAX = 75; // 2.3
console.log('\n<Performance test results>');
console.log('Total:', total, unit, `(n=${amount})`);
console.log('Average:', average, unit);
Expand Down

0 comments on commit cf2d2b3

Please sign in to comment.