Skip to content

Commit 00ec02e

Browse files
authored
Version Packages (#166)
2 parents b2e0450 + 2f89c4f commit 00ec02e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/lemon-shrimps-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kubricate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# kubricate
22

3+
## 0.21.1
4+
5+
### Patch Changes
6+
7+
- b2e0450: fix: Show help when no command
8+
39
## 0.21.0
410

511
### Minor Changes

packages/kubricate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kubricate",
33
"description": "A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.",
4-
"version": "0.21.0",
4+
"version": "0.21.1",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)