From bd94bc0139e5d86f72a26fc163bfcaac38d78479 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 3 Oct 2023 14:18:54 +1300 Subject: [PATCH] Publish - dfx@0.66.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad0075..aa571d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.66.4](https://github.com/tim-smart/dfx/compare/dfx@0.66.3...dfx@0.66.4) (2023-10-03) + +### Bug Fixes + +- cache return types ([4c9bc32](https://github.com/tim-smart/dfx/commit/4c9bc324b4b230a4318e593c66333d273f3be0fc)) + ## [0.66.3](https://github.com/tim-smart/dfx/compare/dfx@0.66.2...dfx@0.66.3) (2023-10-03) **Note:** Version bump only for package dfx diff --git a/package.json b/package.json index 41d94f0..c04eede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.66.3", + "version": "0.66.4", "publishConfig": { "access": "public", "directory": "dist"