diff --git a/package-lock.json b/package-lock.json index 711cdd1..df01068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10719,7 +10719,7 @@ }, "packages/cli": { "name": "@byu-oit/tfvm", - "version": "0.3.0-beta.0", + "version": "0.3.0-beta.1", "license": "Apache-2.0", "dependencies": { "@evops/hcl-terraform-parser": "^1.0.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 23a6453..3ea6bbe 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0-beta.1](https://github.com/byu-oit/tfvm/compare/@byu-oit/tfvm@0.3.0-beta.0...@byu-oit/tfvm@0.3.0-beta.1) (2024-02-15) + + +### Bug Fixes + +* logging errors ([#80](https://github.com/byu-oit/tfvm/issues/80)) ([8fcd046](https://github.com/byu-oit/tfvm/commit/8fcd046c2e96070afc534cfba30f7ce24c8baadf)) + + + + + # [0.3.0-beta.0](https://github.com/byu-oit/tfvm/compare/@byu-oit/tfvm@0.2.0...@byu-oit/tfvm@0.3.0-beta.0) (2024-02-15) diff --git a/packages/cli/package.json b/packages/cli/package.json index f6c5022..85e6763 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/tfvm", - "version": "0.3.0-beta.0", + "version": "0.3.0-beta.1", "description": "A CLI app for easily switching between Terraform versions", "type": "module", "main": "lib/index.js",