Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Feb 12, 2022
1 parent 205c4ef commit 3b5a66f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 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: [16.x, 14.x, 12.x]
node-version: [17.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
- Added option `fileContent` to provide manual file content to analyse instead of reading a folder from disk.
## 2.3.0
*2021-02-13*
- Added option `fileContent` to provide manual file content to analyse instead of reading from a folder on disk.

## 2.2.1
*2022-02-11*
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linguist-js",
"version": "2.2.1",
"version": "2.3.0",
"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 @@ -45,10 +45,10 @@
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/glob-to-regexp": "ts4.4",
"@types/js-yaml": "ts4.4",
"@types/node": "ts4.4",
"@types/glob-to-regexp": "ts4.6",
"@types/js-yaml": "ts4.6",
"@types/node": "ts4.6",
"deep-object-diff": "^1.1.7",
"typescript": "~4.5.5"
"typescript": "~4.6.1-rc"
}
}

0 comments on commit 3b5a66f

Please sign in to comment.