Skip to content

Commit 957fbdf

Browse files
committed
2.0.1
1 parent 1723789 commit 957fbdf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.0.1 - January, 15 2025
2+
3+
* 1723789 Fix: show the current branch when multiple branches are set (ref: #4) (JPeer264)
4+
* ba79b24 Fix: do not fail when arguments are empty (fixes: #4) (JPeer264)
5+
* 1da5c82 Fix: prettier ignore changelog.md (JPeer264)
6+
17
2.0.0 - January, 14 2025
28

39
* 3122f4f Feat: add ESM | modernise the project (JPeer264)

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": "current-git-branch",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A tool to check if files are added in a git repository",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)