Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Mar 8, 2024
1 parent bbf8ad2 commit c394ba3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## Next
*From pre-release:*
## 2.7.0

### 2.7.0 (RC)
*2024-03-09*
- Fixed gitattributes comments being parsed as attributes data.
- Fixed gitignores data being parsed root-relative instead of relative to the folder the file is in.

### 2.7.0-pre
*2024-03-02*
- Added CLI option `--listFiles` to list each matching file under each language result.
- 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)).
- Fixed a crash occurring when applying some language parents ([#27](https://github.com/Nixinova/LinguistJS/issues/27)).
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.7.0-pre",
"version": "2.7.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

0 comments on commit c394ba3

Please sign in to comment.