Skip to content

Commit 9dd70fd

Browse files
github-actions[bot]steveukx
authored andcommitted
Version Packages
1 parent 11c4bc7 commit 9dd70fd

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/forty-parts-chew.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

simple-git/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change History & Release Notes
22

3+
## 3.30.0
4+
5+
### Minor Changes
6+
7+
- bc77774: Correctly identify current branch name when using `git.status` in a cloned empty repo.
8+
9+
Previously `git.status` would report the current branch name as `No`. Thank you to @MaddyGuthridge for identifying this issue.
10+
311
## 3.29.0
412

513
### Minor Changes

simple-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git",
33
"description": "Simple GIT interface for node.js",
4-
"version": "3.29.0",
4+
"version": "3.30.0",
55
"author": "Steve King <steve@mydev.co>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)