diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f19205..83fb855 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.11.0](https://github.com/tim-smart/dfx/compare/dfx@0.10.1...dfx@0.11.0) (2022-12-06) + + +### Features + +* simplify interaction success type ([683d19d](https://github.com/tim-smart/dfx/commit/683d19d63f639b315465b4b3277a8e266223941d)) + + + + + ## [0.10.1](https://github.com/tim-smart/dfx/compare/dfx@0.10.0...dfx@0.10.1) (2022-12-06) **Note:** Version bump only for package dfx diff --git a/package.json b/package.json index 69b5952..bc3f42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.10.1", + "version": "0.11.0", "type": "module", "publishConfig": { "access": "public",