@withgraphite/graphite-cli 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.CHANGELOG.md +5 -0
- package/16.js +1 -1
- package/16.js.map +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.4.7 2024-10-22
|
|
4
|
+
|
|
5
|
+
- Fixed a bug in `gt demo` that would corrupt the repo's name and owner
|
|
6
|
+
- Updated sending non-info cli output to stderr instead of sending everything to stdout
|
|
7
|
+
|
|
3
8
|
# 1.4.6 2024-09-26
|
|
4
9
|
|
|
5
10
|
- Fixed a bug where `gt sync` would not update trunk if there were no previously submitted branches
|