@ledgerhq/vault-cli 1.19.16 → 1.19.18

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/vault-cli@1.19.16 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.19.18 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
3
  > tsc && chmod +x bin/index.js
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.19.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 42b8eed: Update ci
8
+ - c3abe7e: Trigger release
9
+
10
+ ## 1.19.17
11
+
12
+ ### Patch Changes
13
+
14
+ - 98a4f11: Update ci
15
+
3
16
  ## 1.19.16
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.19.16",
3
+ "version": "1.19.18",
4
4
  "description": "A various utility command-line for Vault development",
5
5
  "homepage": "https://github.com/LedgerHQ/vault-ts",
6
6
  "license": "BSD-2-Clause",