@kin-tio/cli 0.6.0 → 0.6.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
@@ -4,6 +4,13 @@ This file records important user-visible changes after the first public release.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.6.1 - 2026-08-31
8
+
9
+ - Added approval-gated npm Trusted Publishing with an exact artifact integrity
10
+ boundary, publish-time scan awareness, and public Registry installation before
11
+ each GitHub Release
12
+ ([#42](https://github.com/Gkxie/kintio/issues/42)).
13
+
7
14
  ## 0.6.0 - 2026-08-31
8
15
 
9
16
  - Published the global `kintio` command as `@kin-tio/cli` through the public
@@ -1 +1 @@
1
- export const KINTIO_VERSION = '0.6.0';
1
+ export const KINTIO_VERSION = '0.6.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kin-tio/cli",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "license": "Apache-2.0",
5
5
  "author": "XIE YU",
6
6
  "packageManager": "pnpm@10.34.5",