From 4cc8befa8d8fb2b66f418df0ed8fd9c738ca0f66 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Wed, 7 Dec 2022 09:37:07 +1300 Subject: [PATCH] Publish - dfx@0.9.10 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77be8a..2c4ba3f 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.9.10](https://github.com/tim-smart/dfx/compare/dfx@0.9.9...dfx@0.9.10) (2022-12-06) + + +### Bug Fixes + +* package.json import ([a53639d](https://github.com/tim-smart/dfx/commit/a53639d9ff3cf364e3146dc73bf3549c2018fcc0)) + + + + + ## [0.9.9](https://github.com/tim-smart/dfx/compare/dfx@0.9.8...dfx@0.9.9) (2022-12-06) **Note:** Version bump only for package dfx diff --git a/package.json b/package.json index 60d7a37..bdbfd66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.9.9", + "version": "0.9.10", "type": "module", "publishConfig": { "access": "public",