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 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.0",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-manager-cli",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "private": false,
5
5
  "description": "Interactive CLI to manage your GitHub repos (personal) with Ink",
6
6
  "license": "MIT",