Skip to content

Commit 894a6ec

Browse files
committed
Bump version to 0.3.0 [ci skip]
Signed-off-by: zowe-robot <[email protected]>
1 parent 6147898 commit 894a6ec

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
}
88
},
99
"useWorkspaces": true
10-
}
10+
}

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the Kubernetes Secrets Credential Manager Plug-in for Zowe CLI will be documented in this file.
44

5-
## TBD Release
5+
## `0.3.0`
66

77
- Added support for Zowe V3 and updated dependencies for technical currency. [#46](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/pull/46)
88

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zowe/secrets-for-kubernetes-for-zowe-cli",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Kubernetes secrets plugin for Zowe CLI",
55
"author": "Zowe",
66
"license": "EPL-2.0",
@@ -107,4 +107,4 @@
107107
"outputPath": "<rootDir>/__tests__/__results__/results.html",
108108
"includeFailureMsg": true
109109
}
110-
}
110+
}

packages/vscode/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the Kubernetes Secrets Credential Manager Plug-in for Zowe CLI will be documented in this file.
44

5-
## TBD Release
5+
## `0.3.0`
66

77
- Added support for Zowe V3 and updated dependencies for technical currency. [#46](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/pull/46)
88

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The Kubernetes Secrets for Zowe Explorer allows you to store your Zowe profile credentials as Kubernetes secrets.",
55
"publisher": "Zowe",
66
"author": "Zowe",
7-
"version": "0.2.0",
7+
"version": "0.3.0",
88
"license": "EPL-2.0",
99
"repository": "https://github.com/zowe/zowe-cli-secrets-for-kubernetes",
1010
"icon": "resources/k8s-vsce-icon.png",

0 commit comments

Comments
 (0)