From e093d8df9e08c12f61c0c9046f1dcb8e0839eed3 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Tue, 6 Dec 2022 09:26:18 +1300 Subject: [PATCH] Publish - dfx@0.9.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7becd..4b0c662 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.0](https://github.com/tim-smart/dfx/compare/dfx@0.8.4...dfx@0.9.0) (2022-12-05) + + +### Features + +* improve handleWebhook api ([52ffb7b](https://github.com/tim-smart/dfx/commit/52ffb7b364f7354f60f26d4ad80881091331f863)) + + + + + ## [0.8.4](https://github.com/tim-smart/dfx/compare/dfx@0.8.3...dfx@0.8.4) (2022-12-05) **Note:** Version bump only for package dfx diff --git a/package.json b/package.json index 0d368c1..e249a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.8.4", + "version": "0.9.0", "type": "module", "publishConfig": { "access": "public"