@airscript/ghitgud 1.0.1 → 1.0.3

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,7 +1,19 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
6
+ # 1.0.3
7
+
8
+ ## What's Changed
9
+
10
+ - noop: deployment trigger
11
+
12
+ # 1.0.2
13
+
14
+ ## What's Changed
15
+
16
+ - noop: deployment trigger
5
17
 
6
18
  # 1.0.1
7
19
 
package/CITATION.cff CHANGED
@@ -7,7 +7,7 @@ authors:
7
7
  keywords:
8
8
  - credit
9
9
  - citation
10
- version: 1.0.1
10
+ version: 1.0.3
11
11
  date-released: 2025-06-13
12
12
  license: GPL-3.0
13
13
  repository-code: https://github.com/airscripts/ghitgud
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.3
package/app/ghitgud.ts CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import process from "process";
2
3
  import { program } from "commander";
3
4
 
@@ -5,7 +6,7 @@ import ascii from "./ascii";
5
6
  import commands from "./commands";
6
7
 
7
8
  const NAME = "ghitgud";
8
- const VERSION = "1.0.1";
9
+ const VERSION = "1.0.3";
9
10
  const DESCRIPTION = "A simple CLI to give superpowers to GitHub.";
10
11
 
11
12
  program
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  var __importDefault = (this && this.__importDefault) || function (mod) {
3
4
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -8,7 +9,7 @@ const commander_1 = require("commander");
8
9
  const ascii_1 = __importDefault(require("./ascii"));
9
10
  const commands_1 = __importDefault(require("./commands"));
10
11
  const NAME = "ghitgud";
11
- const VERSION = "1.0.0";
12
+ const VERSION = "1.0.3";
12
13
  const DESCRIPTION = "A simple CLI to give superpowers to GitHub.";
13
14
  commander_1.program
14
15
  .name(NAME)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airscript/ghitgud",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A simple CLI to give superpowers to GitHub.",
5
5
  "main": "dist/app/ghitgud.js",
6
6
  "bin": {