diff --git a/package-lock.json b/package-lock.json index f1fd7be..85d81a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10576,7 +10576,7 @@ }, "packages/cli": { "name": "@byu-oit/tfvm", - "version": "0.3.0-beta.6", + "version": "0.3.0", "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 4b8bec4..01cc82e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/byu-oit/tfvm/compare/@byu-oit/tfvm@0.2.0...@byu-oit/tfvm@0.3.0) (2024-09-03) + +**Note:** Version bump only for package @byu-oit/tfvm + + + + + # [0.3.0-beta.6](https://github.com/byu-oit/tfvm/compare/@byu-oit/tfvm@0.3.0-beta.5...@byu-oit/tfvm@0.3.0-beta.6) (2024-08-22) **Note:** Version bump only for package @byu-oit/tfvm diff --git a/packages/cli/package.json b/packages/cli/package.json index a22cb15..80232b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/tfvm", - "version": "0.3.0-beta.6", + "version": "0.3.0", "description": "A CLI app for easily switching between Terraform versions", "type": "module", "main": "lib/index.js",