Skip to content

Commit c394ba3

Browse files
committed
2.7.0
1 parent bbf8ad2 commit c394ba3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

changelog.md

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

3-
## Next
4-
*From pre-release:*
3+
## 2.7.0
4+
5+
### 2.7.0 (RC)
6+
*2024-03-09*
57
- Fixed gitattributes comments being parsed as attributes data.
68
- Fixed gitignores data being parsed root-relative instead of relative to the folder the file is in.
79

810
### 2.7.0-pre
11+
*2024-03-02*
912
- Added CLI option `--listFiles` to list each matching file under each language result.
1013
- Fixed files that are by default marked vendored being removed even when marked as not vendored in gitattributes ([#26](https://github.com/Nixinova/LinguistJS/issues/26)).
1114
- Fixed a crash occurring when applying some language parents ([#27](https://github.com/Nixinova/LinguistJS/issues/27)).

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linguist-js",
3-
"version": "2.7.0-pre",
3+
"version": "2.7.0",
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": {

0 commit comments

Comments
 (0)