@j-schreiber/sf-cli-plugin-ci-template 0.1.18 → 0.1.20

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/README.md CHANGED
@@ -34,6 +34,6 @@ EXAMPLES
34
34
  $ sf hello-world -o MyTargetOrg
35
35
  ```
36
36
 
37
- _See code: [src/commands/hello-world.ts](https://github.com/j-schreiber/sf-cli-plugin-ci-template/blob/v0.1.18/src/commands/hello-world.ts)_
37
+ _See code: [src/commands/hello-world.ts](https://github.com/j-schreiber/sf-cli-plugin-ci-template/blob/v0.1.20/src/commands/hello-world.ts)_
38
38
 
39
39
  <!-- commandsstop -->
@@ -55,5 +55,5 @@
55
55
  ]
56
56
  }
57
57
  },
58
- "version": "0.1.18"
58
+ "version": "0.1.20"
59
59
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@j-schreiber/sf-cli-plugin-ci-template",
3
3
  "description": "Add the description of your SF CLI plugin",
4
- "version": "0.1.18",
4
+ "version": "0.1.20",
5
5
  "repository": {
6
6
  "type": "https",
7
7
  "url": "https://github.com/j-schreiber/sf-cli-plugin-ci-template"