From 21018b67a28ca9e46d8de2cdb9504b15b6bfea15 Mon Sep 17 00:00:00 2001 From: jsterner30 Date: Thu, 15 Feb 2024 22:15:08 +0000 Subject: [PATCH] chore(release): publish - @byu-oit/tfvm@0.3.0-beta.2 --- package-lock.json | 2 +- packages/cli/CHANGELOG.md | 18 ++++++++++++++++++ packages/cli/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d61d38..481fe87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10575,7 +10575,7 @@ }, "packages/cli": { "name": "@byu-oit/tfvm", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "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 3ea6bbe..ea400ad 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,24 @@ 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.2](https://github.com/byu-oit/tfvm/compare/@byu-oit/tfvm@0.3.0-beta.1...@byu-oit/tfvm@0.3.0-beta.2) (2024-02-15) + + +### Bug Fixes + +* bash script ([03f3b84](https://github.com/byu-oit/tfvm/commit/03f3b842c025d15a9d9d15000f3d76197d528d40)) +* lint ([20b6a8a](https://github.com/byu-oit/tfvm/commit/20b6a8a9738526ecbd35dcee0fcf5476574258dd)) + + +### Features + +* add linux ([30c37de](https://github.com/byu-oit/tfvm/commit/30c37de1484f66bc342ecb22fb6470f6bd6dc9dd)) +* enable linux support ([471b88b](https://github.com/byu-oit/tfvm/commit/471b88bce5b86ff73c125900de8fd834c4be3e2a)) + + + + + # [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) diff --git a/packages/cli/package.json b/packages/cli/package.json index 2f07af7..3635c0b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/tfvm", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "description": "A CLI app for easily switching between Terraform versions", "type": "module", "main": "lib/index.js",