diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json index 81a9983..640f625 100644 --- a/apps/sparo/CHANGELOG.json +++ b/apps/sparo/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "sparo", "entries": [ + { + "version": "1.2.0", + "tag": "sparo_v1.2.0", + "date": "Fri, 24 May 2024 23:10:09 GMT", + "comments": { + "none": [ + { + "comment": "Improve \"sparo checkout\" help text for \"--profile\", \"--add-profile\" and \"--no-profile\" paramters" + }, + { + "comment": "\"sparo fetch\" and \"sparo pull\" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull" + } + ] + } + }, { "version": "1.1.0", "tag": "sparo_v1.1.0", diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index 9b55605..a93ed49 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - sparo -This log was last generated on Fri, 10 May 2024 20:44:01 GMT and should not be manually modified. +This log was last generated on Fri, 24 May 2024 23:10:09 GMT and should not be manually modified. + +## 1.2.0 +Fri, 24 May 2024 23:10:09 GMT + +### Updates + +- Improve "sparo checkout" help text for "--profile", "--add-profile" and "--no-profile" paramters +- "sparo fetch" and "sparo pull" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull ## 1.1.0 Fri, 10 May 2024 20:44:01 GMT diff --git a/common/changes/sparo/feat-no-profile-help_2024-05-24-21-14.json b/common/changes/sparo/feat-no-profile-help_2024-05-24-21-14.json deleted file mode 100644 index dfe528a..0000000 --- a/common/changes/sparo/feat-no-profile-help_2024-05-24-21-14.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Improve \"sparo checkout\" help text for \"--profile\", \"--add-profile\" and \"--no-profile\" paramters", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file diff --git a/common/changes/sparo/feat-pull-remote-fetch_2024-05-24-00-11.json b/common/changes/sparo/feat-pull-remote-fetch_2024-05-24-00-11.json deleted file mode 100644 index c5057a9..0000000 --- a/common/changes/sparo/feat-pull-remote-fetch_2024-05-24-00-11.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "\"sparo fetch\" and \"sparo pull\" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file