From 812ba44cd63b122ec4bbe7595f7c908e8d476500 Mon Sep 17 00:00:00 2001 From: chill389cc Date: Thu, 15 Feb 2024 21:15:14 +0000 Subject: [PATCH] chore(release): publish - @byu-oit/tfvm@0.3.0-beta.0 --- package-lock.json | 2 +- packages/cli/CHANGELOG.md | 16 ++++++++++++++++ packages/cli/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9114626..711cdd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10719,7 +10719,7 @@ }, "packages/cli": { "name": "@byu-oit/tfvm", - "version": "0.2.0", + "version": "0.3.0-beta.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 bd4e056..23a6453 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,22 @@ 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.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) + + +### Bug Fixes + +* add path.sep for all operatign systs ([db4ae03](https://github.com/byu-oit/tfvm/commit/db4ae03aabb1104c9a32257ee533437982b80fff)) + + +### Features + +* enable mac support ([86cfffa](https://github.com/byu-oit/tfvm/commit/86cfffac89785c8ca79ecb362e7c2b01d67c84d0)) + + + + + # [0.2.0](https://github.com/byu-oit/tfvm/compare/@byu-oit/tfvm@0.1.0...@byu-oit/tfvm@0.2.0) (2023-08-01) diff --git a/packages/cli/package.json b/packages/cli/package.json index e044477..f6c5022 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/tfvm", - "version": "0.2.0", + "version": "0.3.0-beta.0", "description": "A CLI app for easily switching between Terraform versions", "type": "module", "main": "lib/index.js",