From 9d2e0f348d754875f112a63691afa28716e20c82 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Wed, 7 Dec 2022 10:53:20 +1300 Subject: [PATCH] Publish - dfx@0.10.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae6e33..0155d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/tim-smart/dfx/compare/dfx@0.9.12...dfx@0.10.0) (2022-12-06) + + +### Bug Fixes + +* error types ([e9f5d54](https://github.com/tim-smart/dfx/commit/e9f5d544e6a90ffbe3a19c9c1427932804ca64c6)) + + +### Features + +* more Ix filters ([36e03f0](https://github.com/tim-smart/dfx/commit/36e03f00e7e515c1fcd42233d26b53be7456191c)) + + + + + ## [0.9.12](https://github.com/tim-smart/dfx/compare/dfx@0.9.11...dfx@0.9.12) (2022-12-06) diff --git a/package.json b/package.json index 2dbbee4..8c925a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.9.12", + "version": "0.10.0", "type": "module", "publishConfig": { "access": "public",