Skip to content

Commit

Permalink
release(version): Release 0.10.0
Browse files Browse the repository at this point in the history
# [0.10.0](v0.9.0...v0.10.0) (2021-09-21)

### Bug Fixes

* send a error message in a slash command failure to avoid slash command hanging ([73dcbc7](73dcbc7))

### Features

* Karma command and slashCommand default to giving you your karma stats unless you specify a user ([faa9c04](faa9c04)), closes [#222](#222)
  • Loading branch information
semantic-release-bot committed Sep 21, 2021
1 parent faa9c04 commit 66e97dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.10.0](https://github.com/Dwakof/ebot/compare/v0.9.0...v0.10.0) (2021-09-21)


### Bug Fixes

* send a error message in a slash command failure to avoid slash command hanging ([73dcbc7](https://github.com/Dwakof/ebot/commit/73dcbc7d67f185b1c2d955a688671bfd49b91bb9))


### Features

* Karma command and slashCommand default to giving you your karma stats unless you specify a user ([faa9c04](https://github.com/Dwakof/ebot/commit/faa9c04adde5f515644a654dbfc6d94b1df48719)), closes [#222](https://github.com/Dwakof/ebot/issues/222)

# [0.9.0](https://github.com/Dwakof/ebot/compare/v0.8.2...v0.9.0) (2021-09-20)


Expand Down
10 changes: 8 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": "ebot",
"version": "0.9.0",
"version": "0.10.0",
"description": "Ebot aka Ecto Botanical Otherworldly Traitorbot",
"homepage": "https://github.com/Dwakof/ebot#readme",
"bugs": {
Expand Down

0 comments on commit 66e97dc

Please sign in to comment.