From da381b3e124c0acd9db6d5c858e4a8a4f99b35c8 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Wed, 6 Apr 2022 14:34:00 +1200 Subject: [PATCH] Publish - @fpk/cli@0.1.50-alpha.0 --- packages/cli/CHANGELOG.md | 6 +++--- packages/cli/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f6780c0..fa32510 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.1.49](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.48...@fpk/cli@0.1.49) (2022-04-05) +## [0.1.50-alpha.0](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.49...@fpk/cli@0.1.50-alpha.0) (2022-04-06) **Note:** Version bump only for package @fpk/cli +## [0.1.49](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.48...@fpk/cli@0.1.49) (2022-04-05) - - +**Note:** Version bump only for package @fpk/cli ## [0.1.48](https://github.com/tim-smart/fpk/compare/@fpk/cli@0.1.47...@fpk/cli@0.1.48) (2022-04-05) diff --git a/packages/cli/package.json b/packages/cli/package.json index ec6c8c2..05992fb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@fpk/cli", "description": "CLI for fpk - functional configuration tool", - "version": "0.1.49", + "version": "0.1.50-alpha.0", "author": "Tim Smart ", "bin": { "fpk": "./bin/run"