From deffff918c754ffa55bb0a42d8e0d47dfc62f309 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Mon, 5 Dec 2022 15:47:12 +1300 Subject: [PATCH] Publish - dfx@0.7.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e7905..e36f554 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.7.1](https://github.com/tim-smart/dfx/compare/dfx@0.7.0...dfx@0.7.1) (2022-12-05) + + +### Bug Fixes + +* absord undefined type in getResolved ([645be29](https://github.com/tim-smart/dfx/commit/645be29850c8d7b8e79f2b2aca52459523967727)) + + + + + # [0.7.0](https://github.com/tim-smart/dfx/compare/dfx@0.6.0...dfx@0.7.0) (2022-12-05) diff --git a/package.json b/package.json index 25b372c..67603e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.7.0", + "version": "0.7.1", "type": "module", "publishConfig": { "access": "public"