Skip to content

Commit a93f00b

Browse files
committed
chore(release): 0.2.1
1 parent 80384ab commit a93f00b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bin/publish-package.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ release() {
1414
local pkg="@linode/apl-k8s-operator@$version"
1515
echo "Publishing newer package: $pkg"
1616
npm publish --access public
17-
cd -
1817
fi
1918
}
2019

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linode/apl-k8s-operator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Build Kubernetes operators in NodeJS (and TypeScript)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)