Skip to content

Commit

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

### Bug Fixes

* **messagecreate:** rename meetingCreate to messageCreate ([40f5e88](40f5e88))
* **utils:** export utils from single index.ts file ([e753d0e](e753d0e))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Oct 3, 2021
1 parent 493de0c commit b8d76fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/dyte-in/discord-bot/compare/v1.0.0...v1.0.1) (2021-10-03)


### Bug Fixes

* **messagecreate:** rename meetingCreate to messageCreate ([40f5e88](https://github.com/dyte-in/discord-bot/commit/40f5e88904fe1ab8fe37ee6afdb1195c3427d89b))
* **utils:** export utils from single index.ts file ([e753d0e](https://github.com/dyte-in/discord-bot/commit/e753d0ea27dae196afc9be4109fb5d93f6ab1b4e))

# 1.0.0 (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.0",
"version": "1.0.1",
"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 b8d76fb

Please sign in to comment.