gh-manager-cli 1.11.0 β 1.11.1
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 +7 -0
- package/README.md +8 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.11.1](https://github.com/wiiiimm/gh-manager-cli/compare/v1.11.0...v1.11.1) (2025-09-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* handle require not defined error in GitHub Actions script ([49db95b](https://github.com/wiiiimm/gh-manager-cli/commit/49db95b8f69acbeb075190d81d7d5dcd6dc2991e))
|
|
7
|
+
|
|
1
8
|
# [1.11.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.10.6...v1.11.0) (2025-09-01)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -16,6 +16,14 @@ Interactive terminal app to browse and manage your personal GitHub repositories.
|
|
|
16
16
|
<em>Fast, keyboard-first GitHub repo management from your terminal</em>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
+
## Documentation
|
|
20
|
+
|
|
21
|
+
| Getting Started | Features | Development |
|
|
22
|
+
|-----------------|----------|-------------|
|
|
23
|
+
| [π₯ Installation](wiki/Installation.md) | [π Features Overview](wiki/Features.md) | [π οΈ Development Guide](wiki/Development.md) |
|
|
24
|
+
| [π Token & Security](wiki/Token-and-Security.md) | [β¨οΈ Usage & Controls](wiki/Usage.md) | [π§ͺ Testing](wiki/Testing.md) |
|
|
25
|
+
| [β Troubleshooting](wiki/Troubleshooting.md) | [πΊοΈ Roadmap](wiki/Roadmap.md) | [π Wiki Home](wiki/README.md) |
|
|
26
|
+
|
|
19
27
|
## Screenshots
|
|
20
28
|
|
|
21
29
|
<div align="center">
|
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var require_package = __commonJS({
|
|
|
23
23
|
"package.json"(exports, module) {
|
|
24
24
|
module.exports = {
|
|
25
25
|
name: "gh-manager-cli",
|
|
26
|
-
version: "1.11.
|
|
26
|
+
version: "1.11.1",
|
|
27
27
|
private: false,
|
|
28
28
|
description: "Interactive CLI to manage your GitHub repos (personal) with Ink",
|
|
29
29
|
license: "MIT",
|