Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 5, 2022
1 parent 967ece8 commit 2212158
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/tim-smart/dfx/compare/[email protected]@0.5.0) (2022-12-05)


### Bug Fixes

* example ([39f2fad](https://github.com/tim-smart/dfx/commit/39f2fad1b2db438f0776634ba78dd05cbe851a4e))
* rest rate limit multiplier and params ([68e934a](https://github.com/tim-smart/dfx/commit/68e934ab50616046c7c76a90c32851841ed84ff8))
* run shard effects in parallel ([3bbdbc7](https://github.com/tim-smart/dfx/commit/3bbdbc77999d067a6e1d62f3c9ed98768902ad64))


### Features

* Add basic Interactions ([e227fbe](https://github.com/tim-smart/dfx/commit/e227fbef77e6221e26db92ced436ef4eebc88d05))
* add Sharder ([50e313d](https://github.com/tim-smart/dfx/commit/50e313dd40333f1e28fde56970d0fb5c953d4889))
* add webhook support to interactions ([9aae267](https://github.com/tim-smart/dfx/commit/9aae26794800ea143177610a183635531c669191))
* add WS service ([85a7e8f](https://github.com/tim-smart/dfx/commit/85a7e8f2126349e417f5f573077aca9ba2dd04df))
* DiscordGateway service ([c78a016](https://github.com/tim-smart/dfx/commit/c78a01615682dff761ba14f9acd9644c97230799))
* error support for InteractionBuilder ([3747f96](https://github.com/tim-smart/dfx/commit/3747f9621e0b1efdbfa4e5f74cea5d0a40e0af6d))
* helpers and more interactions functionality ([af17d60](https://github.com/tim-smart/dfx/commit/af17d6053ab9275fe965d15d27ce7ba0914e2a9c))
* implement shard ([4509357](https://github.com/tim-smart/dfx/commit/45093577184e061a7d88eef9f30e81ef96c9afee))
* implement sharder ([d7cd60e](https://github.com/tim-smart/dfx/commit/d7cd60e04bde8e5ce01e5e9088d586c08fd14035))
* more interactions helpers ([fc028f5](https://github.com/tim-smart/dfx/commit/fc028f5edf260c482d0f810da9d68b099a0d5fcd))
* RateLimitStore ([81e138b](https://github.com/tim-smart/dfx/commit/81e138b381348e9a43a9897ab9400bd3e5a2f47a))
* ShardStore ([5b24301](https://github.com/tim-smart/dfx/commit/5b24301a3785d4b299e74a2d69e3ea1a82f35d73))





## [0.3.1](https://github.com/tim-smart/dfx/compare/[email protected]@0.3.1) (2022-03-23)

**Note:** Version bump only for package dfx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dfx",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2212158

Please sign in to comment.