From b94a1fc4fe18fd53b8188a9154cc4bebff14b9a6 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Wed, 7 Dec 2022 09:21:32 +1300 Subject: [PATCH] Publish - dfx@0.9.9 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1803745..a77be8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## [0.9.8](https://github.com/tim-smart/dfx/compare/dfx@0.9.7...dfx@0.9.8) (2022-12-06) **Note:** Version bump only for package dfx diff --git a/package.json b/package.json index eb6a99a..60d7a37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.9.8", + "version": "0.9.9", "type": "module", "publishConfig": { "access": "public",