Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2021-10-05)

### Bug Fixes

* **dyte.ts:** remove unused await ([7888be0](7888be0))
* **env:** removed unused variables from .env ([b7a3c7c](b7a3c7c))
* **send command:** if content does not exist, do not crash the bot, send appropriate message ([6689101](6689101))

### Features

* **announce:** added basic $announce command functionality, to be changed to accept args ([8e59c51](8e59c51))
* **commands:** added command $send to send messages as the bot to any channel ([da2f120](da2f120))
* **roles:** commands can now filter by roles ([8c85fd4](8c85fd4))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Oct 5, 2021
1 parent 6df5dab commit 1fa99ce
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/dyte-in/discord-bot/compare/v1.0.1...v1.1.0) (2021-10-05)


### Bug Fixes

* **dyte.ts:** remove unused await ([7888be0](https://github.com/dyte-in/discord-bot/commit/7888be0cfd9313948c46d60b43b6e2b561620cc9))
* **env:** removed unused variables from .env ([b7a3c7c](https://github.com/dyte-in/discord-bot/commit/b7a3c7c4e8ffc8317ddbab597bbcd4f71fc348fc))
* **send command:** if content does not exist, do not crash the bot, send appropriate message ([6689101](https://github.com/dyte-in/discord-bot/commit/66891016ce389389aad45eb65fad925b4d60d2e3))


### Features

* **announce:** added basic $announce command functionality, to be changed to accept args ([8e59c51](https://github.com/dyte-in/discord-bot/commit/8e59c51b1efeceece5d37dfa9393d9f8ec7b49ce))
* **commands:** added command $send to send messages as the bot to any channel ([da2f120](https://github.com/dyte-in/discord-bot/commit/da2f120335d1a8b6892187e27471a31a8680ef08))
* **roles:** commands can now filter by roles ([8c85fd4](https://github.com/dyte-in/discord-bot/commit/8c85fd4826bb95b49e0248d5081e6fb95ec36105))

## [1.0.1](https://github.com/dyte-in/discord-bot/compare/v1.0.0...v1.0.1) (2021-10-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-bot",
"version": "1.0.1",
"version": "1.1.0",
"description": "<!-- PROJECT LOGO --> <p align=\"center\"> <a href=\"https://dyte.in\"> <img src=\"https://dyte-uploads.s3.ap-south-1.amazonaws.com/dyte-logo-dark.svg\" alt=\"Logo\" width=\"80\"> </a>",
"exports": "./dist/index.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1fa99ce

Please sign in to comment.