diff --git a/packages/k8s/CHANGELOG.md b/packages/k8s/CHANGELOG.md index e8871e3..6c49543 100644 --- a/packages/k8s/CHANGELOG.md +++ b/packages/k8s/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.17...@fpk/k8s@0.6.0) (2022-04-22) + +### Features + +- helper for parsing bundle yaml ([17e6206](https://github.com/tim-smart/fpk/commit/17e62065a34170942816a4abcbad8c28af03e2b4)) + ## [0.5.17](https://github.com/tim-smart/fpk/compare/@fpk/k8s@0.5.16...@fpk/k8s@0.5.17) (2022-04-11) **Note:** Version bump only for package @fpk/k8s diff --git a/packages/k8s/package.json b/packages/k8s/package.json index cb00b7d..8d8f034 100644 --- a/packages/k8s/package.json +++ b/packages/k8s/package.json @@ -1,6 +1,6 @@ { "name": "@fpk/k8s", - "version": "0.5.17", + "version": "0.6.0", "description": "Functional configuration helpers for Kubernetes using @fpk/cli", "main": "dist/index.js", "author": "Tim Smart ",