File tree 5 files changed +21
-3
lines changed
5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 3.0.2 " ,"simple-git" :" 3.0.2 " }
1
+ {"." :" 3.0.3 " ,"simple-git" :" 3.0.3 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 3.0.3] ( https://github.com/steveukx/git-js/compare/repo-v3.0.2...repo-v3.0.3 ) (2022-01-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * allow branches without labels ([ 07a1388] ( https://github.com/steveukx/git-js/commit/07a138808fb0b78068da83030698a957e567541c ) )
9
+ * implement v3 deprecations ([ ed6d18e] ( https://github.com/steveukx/git-js/commit/ed6d18e88a6a4f9fd18d4733a94b491e0e9e3ba1 ) )
10
+ * publish v3 as ` latest ` ([ 5db4434] ( https://github.com/steveukx/git-js/commit/5db4434d00acba560fe2569c04f9813cde026468 ) )
11
+
3
12
### [ 3.0.2] ( https://github.com/steveukx/git-js/compare/repo-v3.0.1...repo-v3.0.2 ) (2022-01-18)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @simple-git/repo" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"private" : true ,
5
5
"workspaces" : [
6
6
" packages/*" ,
Original file line number Diff line number Diff line change 1
1
# Change History & Release Notes
2
2
3
+ ### [ 3.0.3] ( https://github.com/steveukx/git-js/compare/simple-git-v3.0.2...simple-git-v3.0.3 ) (2022-01-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * allow branches without labels ([ 07a1388] ( https://github.com/steveukx/git-js/commit/07a138808fb0b78068da83030698a957e567541c ) )
9
+ * implement v3 deprecations ([ ed6d18e] ( https://github.com/steveukx/git-js/commit/ed6d18e88a6a4f9fd18d4733a94b491e0e9e3ba1 ) )
10
+ * publish v3 as ` latest ` ([ 5db4434] ( https://github.com/steveukx/git-js/commit/5db4434d00acba560fe2569c04f9813cde026468 ) )
11
+
3
12
### [ 3.0.2] ( https://github.com/steveukx/git-js/compare/simple-git-v3.0.1...simple-git-v3.0.2 ) (2022-01-18)
4
13
5
14
Original file line number Diff line number Diff line change 2
2
"name" : " simple-git" ,
3
3
"description" : " Simple GIT interface for node.js" ,
4
4
"private" : true ,
5
- "version" : " 3.0.2 " ,
5
+ "version" : " 3.0.3 " ,
6
6
"author" : " Steve King <steve@mydev.co>" ,
7
7
"contributors" : [
8
8
{
You can’t perform that action at this time.
0 commit comments