From c48ff5c40ace367766aa2beb96f66c9386423e90 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Thu, 8 Dec 2022 12:24:33 +1300 Subject: [PATCH] Publish - dfx@0.15.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5310d5..56984c8 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.15.5](https://github.com/tim-smart/dfx/compare/dfx@0.15.4...dfx@0.15.5) (2022-12-07) + + +### Bug Fixes + +* FocusedOptionContext for autocomplete helper ([bc8e8e8](https://github.com/tim-smart/dfx/commit/bc8e8e84186c3db56b484b25980ee188e847b9eb)) + + + + + ## [0.15.4](https://github.com/tim-smart/dfx/compare/dfx@0.15.3...dfx@0.15.4) (2022-12-07) diff --git a/package.json b/package.json index 059adc0..8336897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.15.4", + "version": "0.15.5", "type": "module", "publishConfig": { "access": "public",