From e3658fb830c1765d017b194b34bfd1a24e17e8aa Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 12 Jul 2024 18:20:05 +0100 Subject: [PATCH] Bump version (#221) * Bump version Bump the version to pick up the fix for the file watcher logic Windows when the terraform source code is on a drive other than c:\ * Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19cb0f0..93d9459 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "infracost", "displayName": "Infracost", "description": "Cloud cost estimates for Terraform in your editor", - "version": "0.2.30", + "version": "0.2.31", "publisher": "Infracost", "license": "Apache-2.0", "icon": "infracost-logo.png", @@ -141,4 +141,5 @@ "handlebars": "^4.7.7", "js-yaml": "^4.1.0" } -} \ No newline at end of file +} +