@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 +7 -0
- package/dist/src/version.js +1 -1
- package/package.json +1 -1
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
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const KINTIO_VERSION = '0.6.
|
|
1
|
+
export const KINTIO_VERSION = '0.6.1';
|