From 4839b91c2459c73010d4f04e8b540d5cf2e27568 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Thu, 8 Dec 2022 17:17:19 +1300 Subject: [PATCH] Publish - dfx@0.17.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3df7db..bdc70d2 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.17.1](https://github.com/tim-smart/dfx/compare/dfx@0.17.0...dfx@0.17.1) (2022-12-08) + + +### Bug Fixes + +* narrow guild commands ([b1edf36](https://github.com/tim-smart/dfx/commit/b1edf36beb9976d3f2256c2ef5a8d02eb3ff5df1)) + + + + + # [0.17.0](https://github.com/tim-smart/dfx/compare/dfx@0.16.2...dfx@0.17.0) (2022-12-08) diff --git a/package.json b/package.json index 10b2e8e..bb1de03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.17.0", + "version": "0.17.1", "type": "module", "publishConfig": { "access": "public",