Skip to content

Commit 5890693

Browse files
committed
2.8.1
1 parent 93949f4 commit 5890693

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## Next
3+
## 2.8.1
4+
*2024-12-05*
45
- Fixed gitignore paths being applied as root-relative ([#36](https://github.com/Nixinova/LinguistJS/issues/36)).
6+
- Fixed bad indentation of a mapping entry from reading heuristic ([#37](https://github.com/Nixinova/LinguistJS/issues/37)).
57

68
## 2.8.0
79
*2024-09-15*

package-lock.json

Lines changed: 16 additions & 16 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.8.0",
3+
"version": "2.8.1",
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)