From 52e532e1a72dda52c83e2b4923c362bfeaaf23dc Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Tue, 22 Mar 2022 16:10:39 +1300 Subject: [PATCH] Publish - dfx@0.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cc0cfcc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2022-03-22) + + +### Code Refactoring + +* move callbag-effect-ts to peerDependencies ([1c4283a](https://github.com/tim-smart/dfx/commit/1c4283a9cda7879fcc234696bbd3132a21d4eb4f)) + + +### Features + +* DiscordGateway service ([4dcef83](https://github.com/tim-smart/dfx/commit/4dcef8308a8e3715b8a856d74623b087efe49249)) +* DiscordREST implementation ([fc4ee3d](https://github.com/tim-smart/dfx/commit/fc4ee3dd8102fe6f30f1aac04de45bb727ebea3b)) +* DiscordWSService ([208203b](https://github.com/tim-smart/dfx/commit/208203b88e11a38c43eae1ad8b0ecc5ee82fe9b2)) +* LiveLogDebug layer ([a1ade42](https://github.com/tim-smart/dfx/commit/a1ade427a0e9f265d627dc1c2e91e6cf2915d328)) +* **rest:** progress ([32ecc45](https://github.com/tim-smart/dfx/commit/32ecc458c70139feb4bf4a93776da975a50850d4)) + + +### BREAKING CHANGES + +* callbag-effect-ts is a required peer dependency diff --git a/package.json b/package.json index 7bf3031..3f16b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfx", - "version": "0.0.5", + "version": "0.1.0", "description": "Effect-TS discord library", "main": "mod.js", "author": "Tim Smart ",