From 6cfcac9929a6788f7a60baea29bd988bd6a9b78e Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 3 Jan 2022 17:20:29 +0100 Subject: [PATCH] chore: release 0.8.4 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c51083ce7..715329eda1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.8.4 + +### fix + +- fix(provider-generator): remove .html suffix for doc links [\#1438](https://github.com/hashicorp/terraform-cdk/pull/1438) +- fix: Update Remote State Outputs documentation [\#1436](https://github.com/hashicorp/terraform-cdk/pull/1436) + +### feat + +- feat(lib): Add nullable field to terraform variables [\#1435](https://github.com/hashicorp/terraform-cdk/pull/1435) + +### chore + +- chore: update constructs to 10.0.20 [\#1444](https://github.com/hashicorp/terraform-cdk/pull/1444) +- chore: store website nav files (main) [\#1434](https://github.com/hashicorp/terraform-cdk/pull/1434) +- chore: add make website command to preview docs website [\#1426](https://github.com/hashicorp/terraform-cdk/pull/1426) + ## 0.8.3 ### fix diff --git a/package.json b/package.json index 7c2fb55188..642c5e7e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.8.3", + "version": "0.8.4", "private": true, "scripts": { "build": "lerna run --scope 'cdktf*' --scope @cdktf/* build",