From c88abef23929178b1774bf243d6ba3c3e42d523e Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Wed, 23 Mar 2022 15:48:59 +1300 Subject: [PATCH] Publish - dfx@0.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb50ce..bbfba08 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.3.1](https://github.com/tim-smart/dfx/compare/dfx@0.3.0...dfx@0.3.1) (2022-03-23) + +**Note:** Version bump only for package dfx + + + + + # [0.3.0](https://github.com/tim-smart/dfx/compare/dfx@0.2.0...dfx@0.3.0) (2022-03-22) diff --git a/package.json b/package.json index c54fb80..475fe53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.3.0", + "version": "0.3.1", "description": "Effect-TS discord library", "main": "mod.js", "author": "Tim Smart ",