@airscript/ghitgud 1.0.1 → 1.0.2

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
@@ -3,6 +3,12 @@ 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
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ # 1.0.2
7
+
8
+ ## What's Changed
9
+
10
+ - noop: deployment trigger
11
+
6
12
  # 1.0.1
7
13
 
8
14
  ## What's Changed
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.2
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.2
package/app/ghitgud.ts CHANGED
@@ -5,7 +5,7 @@ import ascii from "./ascii";
5
5
  import commands from "./commands";
6
6
 
7
7
  const NAME = "ghitgud";
8
- const VERSION = "1.0.1";
8
+ const VERSION = "1.0.2";
9
9
  const DESCRIPTION = "A simple CLI to give superpowers to GitHub.";
10
10
 
11
11
  program
@@ -8,7 +8,7 @@ const commander_1 = require("commander");
8
8
  const ascii_1 = __importDefault(require("./ascii"));
9
9
  const commands_1 = __importDefault(require("./commands"));
10
10
  const NAME = "ghitgud";
11
- const VERSION = "1.0.0";
11
+ const VERSION = "1.0.2";
12
12
  const DESCRIPTION = "A simple CLI to give superpowers to GitHub.";
13
13
  commander_1.program
14
14
  .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.2",
4
4
  "description": "A simple CLI to give superpowers to GitHub.",
5
5
  "main": "dist/app/ghitgud.js",
6
6
  "bin": {