From 984f9280a1075c64f2a32a3b4da4d89a16ae19ef Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Mon, 5 Dec 2022 15:59:55 +1300 Subject: [PATCH] Publish - dfx@0.8.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36f554..1b1346a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/tim-smart/dfx/compare/dfx@0.7.1...dfx@0.8.0) (2022-12-05) + + +### Features + +* support not responding in Interactions ([9b6b365](https://github.com/tim-smart/dfx/commit/9b6b3652adfef8bc7ef8dc5e3d87115a8182ce23)) + + + + + ## [0.7.1](https://github.com/tim-smart/dfx/compare/dfx@0.7.0...dfx@0.7.1) (2022-12-05) diff --git a/package.json b/package.json index 67603e2..4a43dfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.7.1", + "version": "0.8.0", "type": "module", "publishConfig": { "access": "public"